Archive

Posts Tagged ‘pong game’

The 2d Pong Game

November 26th, 2009 Comments off

Hello everyone, I have a chat room application on which I am the server with TCP (I connect to MySQL so players can register and login too etc.).
I want to have a nice 2D Pong game so that people can challenge themselves in the chat channel and play the game and get statistics (Win-losses) etc.

If you are interested in this project please talk to me.

Thanks

The 3d Pong Game

April 18th, 2009 Comments off

Project is to create a ”clone” of the pong game shown on this website: 3Dponggame.com with Flash.
There must be a scoring system, you can inspire yourself from the score system on this website, or propose a new one.
For example everytime the player returns the ball to the computer, he wins 10 points. Something like that you can invent that makes sense.

Only registered and logged-in members on my website will be able to play the game, for example when they click “Play Pong” on my website, the game opens and they are asked for their Username and Password, if it fits with the MySQL members data, they can play the game. At the end of the game, players see their scores and are asked
“Play Again” and
“Logout” (will close pong window only).

The computer must be good enough to win most of the times vs even good players, like on 3Dponggame.com but the game should last a good amount of time. For example, a well timed progressive increase in the ball speed is a good way to do so. The game should be well designed, like on the website, good graphics, effective gameplay etc.

You must also output the score to MySQL, we will create a database for the Pong statistics, so we have to upload the NEW score to the appropriate member, everytime they beat their highscore. The score will only be uploaded to MySQL when the player beats his PREVIOUS HIGH SCORE!

We should use live chat to communicate about the project, I will give you all required informations to access database etc. on there.

I will need frequent milestones of the game creation so we can fix things right when needed.

Thanks

The 3d Pong Game.

April 17th, 2009 Comments off

Project is to create a ”clone” of the pong game shown on this website: 3Dponggame.com with Flash.
There must be a scoring system, you can inspire yourself from the score system on this website, or propose a new one.
For example everytime the player returns the ball to the computer, he wins 10 points. Something like that you can invent that makes sense.

Only registered and logged-in members on my website will be able to play the game, for example when they click “Play Pong” on my website, the game opens and they are asked for their Username and Password, if it fits with the MySQL members data, they can play the game. At the end of the game, players see their scores and are asked
“Play Again” and
“Logout” (will close pong window only).

The computer most be good enough to win most of the times vs even good players. Like in 3Dponggame.com. The game should be well designed, like on the website, good graphics, very good gameplay etc.

You must also output the score to MySQL, we will create a database for the Pong statistics, so we have to upload the NEW score to the appropriate member, everytime they finish a game. The score will only be uploaded to MySQL when the player beats his HIGH SCORE!

We should use live chat to communicate, I will give you all required informations to access database etc when it will be the time.

Thanks

Multiplayer Pong Flash+php/sql

April 9th, 2009 Comments off

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 :)

Multiplayer Pong Game + Mysql

April 9th, 2009 Comments off

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-11

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.

Thanks a lot :)

The 3d Pong Game

March 16th, 2009 No comments

Simply a ”clone” of the pong game shown on this website…
3Dponggame.com

at the end, people get to see their score.

:)

Thanks

Bear