/pong-js

A pong clone in HTML5 with allegrojs

Primary LanguageJavaScript

pong-js

PongJS is a Javascript pong clone using Sos's allegrojs wrapper for HTML5. allegrojs is found at http://allegrojs.net/ It features human vs human and human vs CPU gameplay.

Running

Simply run

  • yarn
  • yarn dev

Building

Simply run

  • yarn build