Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 296 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 296 Bytes

Pong-Game

A simple JavaScript game of Pong.

#Motivation To teach myself how to create games and how to create games in JavaScript.

#Resources To start, I am using the Pong Clone In Javascript by Matt Mongeau as a base to help myself understand Javascript better before I play around with it.