Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 681 Bytes

LUDUM DARE 47 - Stuck in a Loop

A Phaser 3 project

Run and gun through an endless loop

Controls

  • 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

Requirements

Node.js is required to install dependencies and run scripts via npm.

Available Commands

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..)