Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 538 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 538 Bytes

pong_clone

This is a simple pong clone that is only done with javascript and HTML.

alt test

Opening Pong

git clone https://github.com/lilylei95/pong_clone.git
cd pong_clone
open ./index.html

Controls

To be begin the game press space. Once the game has started use the arrow keys to move left and right.

Credits

When making this clone, I was following Matt Mongeau's tutorial on how to create a pong with HTML and Javascript.