Skip to content

itsvikasdwivedi/dino-game-clone

Repository files navigation

Simple Phaser3 with TS Template

Setup

  1. If you don’t have Node.js installed, install it from here (Node.js version >= 14.6.0 required)

  2. Clone this repository or Download

  3. Navigate into the project directory

  4. Install the requirements

  $ npm install
  1. Run the app
  $ npm run dev