Hello, Project is to create a Muliplayer PONG Game in Flash.
When one of my member clicks on the game (For example “Play Pong”, there would be an Automatic search that would find another player of the same skill level, for example +/- 5 levels. When the game is done (Winner is for example, the player who did 5 points, can change though), statistics would need to be recorded in MySQL for both users, such as Wins, Losses, Experience, and Level.
Experience is +10 every win, and -3 every loss.
Level is gained everytime a player gets to 60 XP.
The MySQL data will be important not only to match 2 players together within skill levels etc, but later on I will make a ladder page, which will take data from MySQL to output every player’s stats.
For example 120 XP = Level 2.
A player level 10 would be able to find against a player level 5 to 15.
When the game is found, the Pong game pops up and in the loading screen, we would see the name of the 2 players, as well as their levels next to their names and their “Wins-Losses” records.
Like :
6 | Chicohuman | 38-0
2 | AliBabi | 6-0
Everytime the ball hits the paddle of a player, the ball goes faster.
After a point has been scored by one of the user, there should be a 5 second break, and a small chat area fitting somewhere on the game platform.
Some features might be added in the game, such as a bonus item that gives a larger paddle if the player catches it. So please if you have an idea of an add-on, feel free to tell me!
The ball collision has to be as precise as possible, that include good physics programming, like all pong game.
If you need to know we can use Smart Fox or whatever, don’t know if it’s useful though.
Any questions please ask
Thanks a lot