Im in a hurry and need the code for a type in text base game but im not a noob so i dont need the basice spoon feed to me. pls help.
Page 1 of 1
Programing Type In Text Base Games
Tweet
#2
Posted 25 May 2008 - 12:19 AM
Language?
text base games basics
list of rooms = multi-dimensional arrays
list of attributes a class
list of items = array
lots of typing..
text base games basics
list of rooms = multi-dimensional arrays
list of attributes a class
list of items = array
lots of typing..
#3
Posted 17 June 2008 - 11:41 PM
iccaros, on May 25 2008, 12:19 AM, said:
Language?
text base games basics
list of rooms = multi-dimensional arrays
list of attributes a class
list of items = array
lots of typing..
text base games basics
list of rooms = multi-dimensional arrays
list of attributes a class
list of items = array
lots of typing..
I want it in xml and processed through php (or java script)
This post has been edited by Bob 2.0: 17 June 2008 - 11:46 PM
#4
Posted 18 June 2008 - 12:43 AM
Well, PHP is server-side, so every action input from the user would require a page reload. As for a javascript text game, here's something a quick search tossed up:
http://www.dangermou...games/text.html
It's a short text-based java adventure. You can look at the source code to get a basic idea of how it works. Not the most efficient way, but it does the job.
http://www.dangermou...games/text.html
It's a short text-based java adventure. You can look at the source code to get a basic idea of how it works. Not the most efficient way, but it does the job.
Page 1 of 1

Sign In »
Register Now!
Help

Back to top
MultiQuote