Hudzilla.org - the homepage of Paul Hudson
Contents > Alternative PHP uses > Making games Wish List | Report Bug | About Me ]

21.4.9     Games conclusion

This is NOT the latest copy of this book; click here for the latest version.

Although not all that many people use PHP to make games, it is not for a lack of available tools - making games is a great way to learn new techniques in the language as it is a lot more fun to work on a game than YAF (Yet Another Forum). Text-based games particularly have no special requirements for knowledge - you can get started on your text-based game immediately using little more than the strings functions we looked at much earlier in the book.

If you want real power, it should be clear that SDL is the way to go, and we've only covered a tiny fraction of what SDL can do. The best way to take your knowledge forward from here is to read the documentation, read the source code if you have to, and see what you can do. I find the official C documentation for SDL is best, as PHP SDL copies the functionality almost identically.

Author's Note: now that you are done using SDL, be sure to undo any changes you made to filenames back when you were trying to get SDL to work - if you renamed php.ini and php5ts.dll to _php.ini and _php5ts.dll, it is time to put them back.





<< 21.4.8 Last tweaks: phpSDL_WM_SetCaption(), phpSDL_SetColorKey(), and phpSDL_GetTicks()   21.5 Making your own language >>
Table of Contents
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.



My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!



Top-right shadow
 
Bottom-left shadow Bottom shadow

Comments from other readers
Be the first to add a comment to this chapter!



Add comment
Please note that by posting a comment here you are committing it to the public domain. This is important so that others can make use of your code themselves, and also so that I can incorporate helpful notes directly into the main text. Comments are limited to 2000 characters in length.

If you are reporting an error in the content, please tell me directly.

Your name/email address:
Your comment:
 
Now, in order to verify that you're a real person, please answer this simple question: what is ten plus nine?
The answer is:
(please write in
numbers, eg 19)


Top-right shadow
 
Bottom-left shadow Bottom shadow