Awesome
P0ng
A clone of the classic Pong
This game was created with the awesome Phaser NPM Webpack TypeScript Starter Project
Big thank you to them
Setup
Install dependecies
npm install
Run the dev server:
Run to use the dev build while developing:
npm run server:dev
Build for release:
npm run build:dist