A Phaser 3 project
Run and gun through an endless loop
- A and D to move left and right
- W to run faster
- S to walk
- double tap A or D to dash in the direction. Note that there is a cooldown
- click on the screen to fire
Node.js is required to install dependencies and run scripts via npm
.
Command | Description |
---|---|
npm install |
Install project dependencies |
npm start |
Build project and open web server running project |
npm run build |
Builds code bundle with production settings (minification, uglification, etc..) |