Jump to content

Web text based php game tutorial?


talkingtree

Recommended Posts

Not that I've ever found (at one point in time it used to be my dream to make one, as well). Mainly because there's nothing set in stone as far as what you can and can't do.  You just have to design your game on paper (the rules, object of the game, rewards, etc.. blahblahblah) and then code from there. 

 

There are, however, tons of tutorials on how to do more generalized things.  For instance, you're game will more than likely end up needing some kind of data persistence, like keeping track of high scores, player stats, etc..(whatever your game involves).  So, you can look up tutorials on how to store data long term (like with a database, and how to access it, add new info, alter it, delete info, etc..).

 

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.