CSULB ACM's submission for Ludum Dare 30. This is built with Quintus and node.js.
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.
You can play the game at http://104.131.210.112:3000/.
- Clone code with git
- Install node.js
- Run "npm install" in root directory of repository
- Run "npm start"
- Connect to localhost:3000 in a browser.