| TOTAL: 7 Page: 1 of 1 |
|
PHP Gaming: Part 4
Just a note before I begin, I'd like to tell you that these tutorials should be used for learning not for simply taking code from. Putting these tutorials together will not make an entire game for you, they're just outlines to guide you along the way. Just taking code from them and not trying to learn or understand what's going on will not help you at all. With that out of the way, let's begin . This tutorial will be on an attack system which is always a fun thing to have in a game. It will b

| Hits: | 70 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
Interactive story - A very fun little script to try out!
What we are going to do today is create a form which the user fills out and when they press enter, a story appears in which the key words they submitted in the form are the key words in the story. So lets get started. What we will do first is make the form where the user submits all their information. So open up your favourite text editor and put this code into it:

| Hits: | 46 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
How to create a quiz generator script - complete script to put on your website
as some of you might know this site used to have this quiz generator on it but i removed it because noone used it. I put the code on a remote page to prevent any errors. The code is very self explained and all you need to do is copy it onto a .php page and your done.

| Hits: | 45 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
PHP Gaming: Part 3
Since this is part 3 it'd probably be best if you are already familiar with the concepts used in part 1 and 2: Part 1 Part 2 Now, to begin, the main aspects we will be covering in this section regard using your ticks/turns or whatever units you wish to use in your game, and going hand in hand with that, production of resources, units, etc. First off, you'll need to decide on your unit of time or currency basically. I personally use Ticks and turns. You can choose one of those, or make up

| Hits: | 142 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
PHP Gaming: Part 2
First of all, this tutorial assumes that you: -Have a list of game resources -Have a list of the usages of your resources -Have a list of all units, buildings, etc. -Have a list of the creation of those units, buildings, etc. -Have a way to obtain these resources, through production, research, or anything else you can think of -Have decided to use ticks, turns, a combination, or something else! If you do not have all of the above, i strongly suggest that you read "PHP Gaming: Part 1". H

| Hits: | 79 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
PHP Gaming - Part 1
For this part, we aren't going to even begin talking about the PHP of the game. The very first thing that you need to do if you are making a game, is structure it. A game that is very well coded, can be a lousy peice of ... if you don't have a good structure for it. I'm now going to take you through a few steps to get you started with your structure. PART 1: Resources First and formost, we need to get a list of resources, for your game. These could include anything such as Money, Food, Met

| Hits: | 92 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-08 |
Quiz script: More advanched.
A more advanched version. I will expand it to a proffesional Quiz script. This is just the whole script in 1 file and with added check if the answer is right or wrong. And a score system. The question are the same as the SkyeQuiz. I changed the answers for you.

| Hits: | 60 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-07 |