This is a simple pong clone that is only done with javascript and HTML.
git clone https://github.com/lilylei95/pong_clone.git
cd pong_clone
open ./index.html
To be begin the game press space. Once the game has started use the arrow keys to move left and right.
When making this clone, I was following Matt Mongeau's tutorial on how to create a pong with HTML and Javascript.