Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

gravitygame

Gravitygame is a platform game written in javascript around the concept of gravity.

##How to use

To compile, run the following commands :

npm install
grunt

Then to run the game, open index.html in your browser (preferably google chrome ;) ).

To run the development version, put everything at the root of your local webserver. Then open localhost/test.html in Google Chrome. You should be able to play the game.