Our Scripts Vault contains many game scripts that you can use to create your own game!
I realize there is a lack of php browser based games tutorials on the web and the only book I found was php game programming, which is not very good, but my time is very limited, I will try to get done some tutorials on creating php games from scratch starting with a good design document, the design document is really the first step to creating a game -its not a separate topic, but I will probably only be able to put out small parts on weekdays and probably only once a week and a bigger section on weekends. I will try to get as much done as I can in the smallest amount possible for my time and to get people started quicker too. Any suggestions on which games should I make a tutorial first? I would like to start a game like Kings of Chaos first but a lot like the pimp games and RPG's.This would be my outline:1. Design Doc - without a good design doc you may never actually get out of planning phase and get it done.2. The layout of the website - if you get the layout and design complete then you will not run into as much programming blunders due to bad layout and it helps with templating later.3. The Main Game page - this is the main page of your game, we will make this first because it will have the most core code of the game, from here it will be easier to add features code to your game.4. Login system, now you have a main page now you need to restrict it to only logged in users5. Gameplay code - up to now almost all the code is reusable, this is where you would start to make your game unique to your game genre.6. Features - in game mail, messaging, forum, etc7. The admin section - probably broken down into more partsthere might be more like testing attracting players, getting setup but that is a draft of my outline.