JavaScript Pong Demo
Discovering CodePen yesterday has motivated me try more programming experiments. I’ve been wanting to build a pong clone for a while so I decided to finally give it a try. Unfortunately it is too much code to write inside of CodePen’s interface (my opinion), but I was able to write a Pong simulation in just over 100 lines. Here it is:
Check out this Pen!
I started a Github repository for the project that I plan on eventually finishing, but for now I’ll leave it at this.