Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ashkyd/roadblocks
- Owner: AshKyd
- Created: 2015-08-22T23:52:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T06:31:10.000Z (10 months ago)
- Last Synced: 2024-11-10T14:48:56.175Z (2 months ago)
- Topics: games
- Language: HTML
- Homepage: https://roadblocks.ash.ms/
- Size: 2.61 MB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.