Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veu/js1k-2016
JS1k 2016 entry
https://github.com/veu/js1k-2016
Last synced: 16 days ago
JSON representation
JS1k 2016 entry
- Host: GitHub
- URL: https://github.com/veu/js1k-2016
- Owner: veu
- Created: 2016-02-24T17:31:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T19:31:16.000Z (over 8 years ago)
- Last Synced: 2024-11-30T02:46:33.913Z (23 days ago)
- Language: HTML
- Size: 50.8 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Firewatch
An interactive homage to a game that wouldn’t fit in 1k. Save a forest from falling prey to a fire.
This demo was created for the [2016 JS1k competition](http://js1k.com/2016-elemental/) with the motto *Let’s get eleMental*.
## Controls
Arrow keys to move and space bar to discharge water.
## Compilation
Clone the repository and run the following commands
```
npm install
grunt
```You'll find the compiled demo including the JS1k shim in `build/shim.html`.