This time we decided to build our Pong game in Javascript. We found this much easier as we could all run the code from our web browsers. To start off we built a paddle using a HTML5 canvas.
We used https://jsfiddle.net as our editor.
View the code below or follow our tutorial: Pong Tutorial #1: Paddle.
Code: JavaScript | HTML | CSS | Result
Leave a comment