Jump to content
xisto Community
Sign in to follow this  
jens

Help With Making A Textbased Game Help With Making A Textbased Game

Recommended Posts

Yep, if you're going for an online text game, php is probably the way to go. If you're doing something offline, though, you may consider programming in QBasic because it's the easiest language I know (though it may be a dead one haha) but it'll help teach you logic of how programs "think" and move through a program and it's a good starter language. or if you want something more modern, Game Maker (site's currently down, but here's the link: http://www.yoyogames.com/gamemaker) is a new sprite-based free game making tool that you could probably use to make pure text-based games highlighted with images for some flavor if you so desired.

Share this post


Link to post
Share on other sites

I agree with the others, PHP is certainly the best way of doing this. However, it is not the easiest programming language to learn. Something like javascript or actionscript (in Flash) might be easier for a new user to get used to. That said if you are really serious about the game PHP is the way to go.

Share this post


Link to post
Share on other sites

Ok, so you know HTML. That's good. Do you know CSS to go with HTML to style the pages? That would be essential.

 

For the PHP part, you will have to figure out what you want to computer to do (record a value, perform an attack, log the user in?) and you will have to write a script or function for it to do that. There are various references and tutorials including http://php.net/ and http://www.w3schools.com/php/.

 

If you need help on specific parts, you can always go into the Programming category and ask for assistance in the PHP forum on Xisto.

 

Good luck!

Share this post


Link to post
Share on other sites

*snip* or if you want something more modern, Game Maker (site's currently down, but here's the link: http://www.yoyogames.com/gamemaker is a new sprite-based free game making tool that you could probably use to make pure text-based games highlighted with images for some flavor if you so desired.)

Game Maker is much more graphics-based. Sure, you can make a text game in it (which I have, although damned if I can find the file) but it's real forte is pretty little sprites moving around a screen and interacting with each other. :) For online text-based games I agree with everyone else here: PHP is the way forwards. As for tutorials to get in to making one, I found it best just to go through pretty much every tutorial you can find. Googling "php tutorial" turns up over a million and a half hits, so that should keep you busy for a while. :P Once you've worked through, say, account creation/login tutorials you should have an idea of how to adapt that method to your particular need.

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.