https://github.com/depp/chaostomb
Chaos Tomb
https://github.com/depp/chaostomb
Last synced: about 1 month ago
JSON representation
Chaos Tomb
- Host: GitHub
- URL: https://github.com/depp/chaostomb
- Owner: depp
- License: other
- Created: 2015-04-21T00:59:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-04T16:34:21.000Z (almost 10 years ago)
- Last Synced: 2025-01-27T11:46:11.717Z (over 1 year ago)
- Language: JavaScript
- Size: 7.44 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Chaos Tomb
Chaos Tomb is a game for Ludum Dare #32, "An Unconventional Weapon".
Ludum Dare page: http://ludumdare.com/compo/ludum-dare-32/?action=preview&uid=7606
It is an action platformer. You are exploring the Chaos Tomb, and must fight monsters with the unconventional weapons you find there. It is rumored that the ultimate weapon lies buried in the Chaos Tomb. Will you be the one to find it?
## Rebinding keys
You can rebind keys from the JavaScript console. For example:
rebind('wprev', 'COLON');
rebind('wnext', 'Q');
rebind('fire', 'J');
The keys will be saved across sessions.
## Development
The game was developed over 72 hours: April 18-20, 2015. All code, images, sound effects, and music were created during the 72 hours.
The game itself uses Phaser 2.3.0. Running the development code requires Python 3 and NPM.
## Cheats
There is a `cheat` object available in the JavaScript console.