Skip to content

bpatient24/cs56-games-pong

 
 

Repository files navigation

Pong

TODO: maybe add a few more tickets, most of the existing ones wouldn't take much time to implement. Other than that it builds and runs fine (David Coffill)

project history

 W14 | bronhuston 4pm | sarahdarwiche,benjaminhartl | An implementation of the classic game Pong, with cooperative multiplayer support.

An implementation of the classic game Pong, with cooperative multiplayer support.

To Compile and Run: "ant run" in the main directory

The three difficulty options correspond to the size of the window when playing.

How To Play: Player 1 (on the left) "W" -- Move up "S" -- Move down

Player 2 (on the right) up arrow -- Move up down arrow -- Move down

When the ball is stopped, Press the spacebar to activate motion. Try to not let the ball hit your side of the screen or you will lose a life. The player who wins the round, recieves the total number of hits added to their score. Each Player has 3 lives. The Winner is whoever has the most lives at the end, their name will be prompted. If their score is in the top 5 of the High Score, then it will be saved to the High Score.

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%