Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 300 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 300 Bytes

Pong Game

My own Pong game version developed with Object-Oriented programming paradigm.

Tech Stack

  • NPM 6.4.1 or higher

Building

npm install && npm build

You can keep webpack waiting for changes to rebuild the project by:

npm run watch

Running

npm run server