stevenremot / tungstene-ride-to-the-sky

A game about throwing a carousel as far as possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tungstene ride to the sky

This is an HTML5 game writing for the game jam One Game a month in September 2014.

It is about throwing a carousel as far as possible.

Test it on https://dl.dropboxusercontent.com/u/84678909/tungstene-ride-to-the-sky/index.html !

Setup for playing

First, run

bower install

Then launch an http server at the root of the project. the index page launches the game.

Setup for development

Install grunt and required grunt modules :

npm install -g grunt-cli
npm install

For development, run

grunt build:dev

to build the program once, or

grunt watch

to run a watcher that compiles sources when it changed.

License

The sources are released under the terms of the MIT License.

The images are released under the terms of the Creative Commons CC-BY-SA.

About

A game about throwing a carousel as far as possible

License:MIT License


Languages

Language:JavaScript 98.2%Language:Emacs Lisp 1.8%