Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 559 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 559 Bytes

LD30

CSULB ACM's submission for Ludum Dare 30. This is built with Quintus and node.js.

How to

Controls

Walk with either wasd or the arrow keys.
Walk up to a portal and press f to destroy it.
Destroy all portals to progress to the next level.

Play the game

You can play the game at http://104.131.210.112:3000/.

Install guide

  1. Clone code with git
  2. Install node.js
  3. Run "npm install" in root directory of repository
  4. Run "npm start"
  5. Connect to localhost:3000 in a browser.