![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
|
Text Based Game
i am wanting to make my own little text based game in php and i was wanting to see if anyone has ever done it before.
|
|
|
|
|
|
#2 |
|
PFO Founder
![]() ![]() |
Moved to PHP Forum
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|
|
|
#3 |
|
Expert Programmer
|
I haven't, I was going to mess with it for a bit, but decided not too. It's really not hard though, it's basicly just taking user data, manipulating it here and there, and reading it again. Just try some simple database operations first, and you should be on easy street. You'll also (most likely) need sessions. Then other than the basic PHP skills, it's all planning.
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
|
would you have to refresh the screen every time the used made a "move". seems like that could be a lot of work. I have seen java applet and flash games before but not PHP.
__________________
i dont know much about programming but i try to help |
|
|
|
|
|
#5 |
|
Programmer
Join Date: Mar 2007
Posts: 39
Rep Power: 0
![]() |
Kingdom of Loathing is a PHP-based game. It works on click-based actions.
Kings of Chaos is another one. Just go to google and look for php-based games. |
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
excuse me for bumping the dinosaur... but sourceforge has quite a few projects that would help you out. Legend of the Green Dragon is quite a popular game. There are LOTS of browser based games, some of them are actually fun. I was working on one a couple years ago... but, I put it on the back burner until I have it planned it out better
|
|
|
|
|
|
#7 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
See this thread.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
|
Yes, loads of make games of all kinds in PHP. There is this really good site which gives you the game and then all the PHP code - Google it.
The above link is also quite relevant only it may take up a bit too much of your time just to find a PHP text-based game. Connect 4 is often done in PHP as is hangman if you want generic examples... |
|
|
|
|
|
#9 |
|
Newbie
|
Re: Text Based Game
well its a lot of work 2 do u have 2 plan how it is going 2 like and u have 2 code every feature of it but if ur a bit lazy coding u just buy the features codes the hardest part is 2 code the admin panel....
__________________
Eon |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Programmers wanted for an online text based game | esimagin | Paid Job Offers | 1 | May 18th, 2006 5:13 PM |
| Text based game | jayme | Existing Project Development | 25 | Dec 15th, 2005 7:26 AM |
| Text based game | jayme | C++ | 12 | Nov 22nd, 2005 11:03 AM |
| How to detect cursor location and insert text??? | syntax-error | C# | 3 | Jun 30th, 2005 1:42 AM |