/phaser-3-typescript-platform-game

A simple Phaser 3 platform game built with TypeScript

Primary LanguageTypeScript

Demo

https://simple-game-test.netlify.com/

How to use

  1. Install project tools: npm install -g parcel-bundler typescript
  2. Install project dependencies: npm install
  3. Start game server: parcel serve src/index.html --open
  4. Build game: parcel build src/index.html --no-source-maps