Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/js13kgames/milehigh
MileHigh - a js13kGames 2013 competition entry by The MileHigh Games Team (@briangershon, Chris Miller, Marc Mauger, @WebMaverick & @folktrash).
https://github.com/js13kgames/milehigh
2013 bad-luck competition desktop game html5 javascript js13k js13kgames js13kgames2013 mobile optimization touch
Last synced: 3 months ago
JSON representation
MileHigh - a js13kGames 2013 competition entry by The MileHigh Games Team (@briangershon, Chris Miller, Marc Mauger, @WebMaverick & @folktrash).
- Host: GitHub
- URL: https://github.com/js13kgames/milehigh
- Owner: js13kGames
- License: mit
- Fork: true (madzak/milehigh)
- Created: 2022-10-01T07:45:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2013-09-13T06:58:18.000Z (over 11 years ago)
- Last Synced: 2024-10-01T07:41:15.454Z (3 months ago)
- Topics: 2013, bad-luck, competition, desktop, game, html5, javascript, js13k, js13kgames, js13kgames2013, mobile, optimization, touch
- Homepage: https://js13kgames.com/entries/milehigh
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
milehigh
========This is a game about trying to get lucky on a plane, but while that's happening, there are many things trying to prevent that from taking place and making you unlucky. An http://js13kgames.com contest entry.
## How to setup project
cd root-of-project
npm install -g grunt-cli # if you don't have grunt installed
npm install # to install all build-process dependencies
grunt # runs tests, creates a 'dist' folder with final minified filesFor more info: This project originally created via Yeoman and the webapp generator. More info: [generator-webapp](https://github.com/yeoman/generator-webapp)
## Where's the code?
All the source files are under ./app
## How to build and preview the site
grunt server # previews site via a node server
or
grunt
cd dist
# open up index.html file in your browser## If you want to add/run tests
grunt test
## To build for distribution
grunt build # which builds the "dist" folder
zip -r -9 dist.zip dist