An atari style ping pong game for the truly nostalgic.
- HTML 5 canvas
- JavaScript
You will start the game as the player on the left.
Use your mouse or mousepad to move the paddle up and down.
Stop the ball from getting past you while trying to hit the ball passed the computer's paddle.
Open up your terminal (command + spacebar; type terminal).
Input the following commands:
$ cd ~/desktop
$ git clone `[email protected]:rosendopili/PongGame.git`
Enjoy!