Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/road-blocks
Road Blocks - a js13kGames 2015 competition entry by @AshKyd.
https://github.com/js13kgames/road-blocks
2015 competition desktop game html5 javascript js13k js13kgames js13kgames2015 mobile optimization reversed touch
Last synced: 3 months ago
JSON representation
Road Blocks - a js13kGames 2015 competition entry by @AshKyd.
- Host: GitHub
- URL: https://github.com/js13kgames/road-blocks
- Owner: js13kGames
- Fork: true (AshKyd/roadblocks)
- Created: 2015-09-18T18:49:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T00:10:13.000Z (over 9 years ago)
- Last Synced: 2024-09-25T18:01:09.341Z (3 months ago)
- Topics: 2015, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2015, mobile, optimization, reversed, touch
- Language: HTML
- Homepage: https://js13kgames.com/entries/road-blocks
- Size: 2.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.