/canvas-pong

Pong game using JavaScript and Canvas2D

Primary LanguageJavaScript

Canvas Pong

An exercise in Canvas2D and JavaScript game logic.

The js is structured in a way to allow the "client" full control of the HUD and other static GUI elements using html/css by exposing a selection of public methods on the main Game class to index.js while isolating/encapsulating the game logic and its depending classes.

TODO