#Solar Explorer
A game built in Famo.us using the physics engine The objective is to safely guide your spaceship to the goal, utilizing stars to influence gravitational pull. Avoid stray planets!
- Clone/download this repo, then uncomment the CDN version of famo.us in the index.html file.
- Make sure you have node installed, see (http://nodejs.org/)
- brew install node # You can find the project at http://brew.sh/
npm install -g grunt-cli bower
Now to run the App:
cd
to thesolar-explorer-master
directory.- Run
npm install && bower install
to install all dependencies, from within the main project folder, i.e.solar-explorer-master
. - Run the command
grunt serve
and a browser window will open up with the game!
All contributions are welcome! The simplest way to show your support for this project is to "star" it.
##License ISC
- 2014-06-19 v0.1.0 Generated by the Yeoman Generator for Famo.us