P0ng

December 9, 2017 ยท View on GitHub

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

Contents

  1. 1Install dependecies
  2. 2Run the dev server:
  3. 3Build for release: