Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashkyd/roadblocks

🚜 My entry for JS13K 2015. An isometric drag & drop puzzle game in 13 kilobytes.
https://github.com/ashkyd/roadblocks

games

Last synced: 4 days ago
JSON representation

🚜 My entry for JS13K 2015. An isometric drag & drop puzzle game in 13 kilobytes.

Awesome Lists containing this project

README

        

Work in progress for JS13k.

* Title unknown.
* The theme is precarious.

Developing
----------------

First you need to ensure you've got your tools installed:

* Ensure you're in a Unixlike environment (Windows is unlikely to work).
* `npm install -g browserify uglify-js beefy`
* Run `npm watch` to get started.

The watch task uses the node `watch` module for platform agnosticism, and runs a
`beefy` server so you don't get out-of-date Browserify builds.