Not "Just Another" MMORPG - text based.
Posted on
16th Feb 2014 07:03 pm by
admin
Hello,
I've been learning MySQL and PHP for the last 2-3 years.
Though, I've had long pauses and months without touching PHP.
Now, I started at a new school this autumn, and I found that some of my old school mates, which I hadn't seen for a while, wanted to make a online text based game.
They said that I could join the project, because they needed a scripter, as none of them could script (only designers).
We got project plans, a small budget (for hosting + domain(s)) and a good team of designers, managers, etc.
Now, I've been analyzing and playing other text based games for years as I find them entertaining.
But now the question for me is:
How should this be done?
Should I use PHP OOP? I've never tried it, and I don't know why I should use it either, so therfor I ask you.
Should I use cronjobs? I've read that cronjobs is mostly for games with small databases, as a cronjob on a large database could take hours before it's finished.
I know that a lot of people asks about MMORPG text based games.
I would say that the difference between me and "a lot of them" is that I got a lot of programming experience already. I just need to know how to optimize and structure the website.
No comments posted yet
Your Answer:
Login to answer
307
30
Other forums
PHP url branch??
Functionally, using PHP, I'm doing a test of login input submitted by a user via an html form in a f
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Syntax Help
I'm trying to make a form that edits a php file which contains config settings. I'm using strings t
mysql VARCHAR acting like INT
Hi, All.
I have a table that contains a varchar(10) column named weird_field. In this column
defining website tags
Hi,
What would be the best way to define tags for my site, such as website title, url etc.
Form File Upload
I've read through tons of resources and tutorials and as far as I can tell, my code is accurate, but
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
How to calculate days from variable date?
This will be easy for one of you gurus. I want to fetch the date from a variable date, for example:<
Update not working ... please help
Hi,
I am trying to update a row using an edit form by passing id of the row .. but it is not
FROM_UNIXTIME($phpdate);
Hello,
I tried to use this :
$date = FROM_UNIXTIME($phpdate);
ANd I was t