Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 756 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 756 Bytes

A simple implementation of Pong

Play Pong

Code is inspired by:

This is a very simple Pong written with HTML5 canvas. It is mostly just practicing implementing velocity + framerate, drawing very simple objects (rectangles), and simple collision detection. The user controls are driven by the mouse cursor independant of the game loop (you can move the paddle as fast as you can move the mouse).