Making a web game

Home page 2 NHL 2009 Playoff TREE page 4 page 5 Windsor news
How to make a web game.
list of skills you will need:
1. Html 2. php 3.data base 4. CSS and MySQL

Well people say using PHP CSS and MySQL are pretty wise. The better text based games on the net are done in a similar style. As for help doing the PHP, you can always ask questions you have on the net. If you make an effort to learn the language and provide some code where you get stuck peple will certainly help. Now what you are going to need to develop this are the following: 1) paper and pencil - This is where you create the game on paper and think up how everything will interact with one another. For example in your mafia game you will want to write out a story line, possible venue locations, unit types (thugs, hittmen ), how you simulate a battle, how scores are done, how do you advance in the game . Once you got all that written out, you can move onto the next thing. 2) You are going to need a web host that can supply you with MySQL databases, has PHP installed, and possibly has the ability to run cron jobs (schedule programs to run at certain times to update the environment for your game) 3) List out the pages you need based on what you wrote on the paper, put some flow charts together for your code. Maybe even write out your pseudocode for various events you have planned. 4) Read up and study the PHP language. Then you can start with simple things like the user login script and how to connect to your database (google for articles on the topics. Some books also cover these topics.) 5) Write and learn as you write. Work hard and the rest will be great! Hope these tips help you with the development of your game. And if you are need help I can post more links to help you out. thanks Admin axeming.com