Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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