Skip to content

AdsGames/pong-js

Repository files navigation

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