talkingtree Posted July 26, 2007 Share Posted July 26, 2007 Is there a web text based php game tutorial? I cant find any on site @@? Quote Link to comment https://forums.phpfreaks.com/topic/61811-web-text-based-php-game-tutorial/ Share on other sites More sharing options...
.josh Posted July 27, 2007 Share Posted July 27, 2007 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..). Quote Link to comment https://forums.phpfreaks.com/topic/61811-web-text-based-php-game-tutorial/#findComment-308862 Share on other sites More sharing options...
LiamProductions Posted July 27, 2007 Share Posted July 27, 2007 Theres books you can buy that can teach you how to program PHP Games buy a few. Quote Link to comment https://forums.phpfreaks.com/topic/61811-web-text-based-php-game-tutorial/#findComment-308888 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.