Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 526 Bytes

P0ng

A clone of the classic Pong

Play

screenshot

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