Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 552 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 552 Bytes

PongGame

An atari style ping pong game for the truly nostalgic.

Technologies used

  • HTML 5 canvas
  • JavaScript

Gameplay

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.

Instructions

Open up your terminal (command + spacebar; type terminal).

Input the following commands:

$ cd ~/desktop 
$ git clone `git@github.com:rosendopili/PongGame.git`

Enjoy!