Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 886 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 886 Bytes

LUDUM DARE 49 - Unstable

A Phaser 3 project

Charge through a perpetually unstable arena.

Controls

  • WASD to control movement
  • Hold Space to while moving to boost attack forward
  • The arena will change on a cycle, flashing red ground is not safe
  • Enemies will bump you. If you get bumped off you die.
  • Charging through enemies will destroy them
  • Boost energy is limited. A minimum boost energy is required to boost so conserve boost energy.
  • Go for the high score.

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