http://damp-chamber-4364.herokuapp.com/
Demo from Hack the Universe presentation: http://youtu.be/QnCP1ZKy1oY?list=UUIuhq9LTleLC-GMdAOvvZcg
Space Trail is like Oregon Trail... but in space.
This is a game that is intended to get kids interested and excited about the challenges of human space travel.
Earth is crowded and there are not many resources left. There are many stars in the sky and perhaps, orbiting around one of them, is a new planet that we can call home. A giant spaceship is contructed that will hopefully be able to transport a large group of 14,000 humans to settle on Gliese_667_Cc, which is 23.6 light-years away. Even if our spaceship can travel 10% of the speed of light, it will still take 236 years to reach the planet. This means that the people that reach the planet would be several generations removed from the original occupants of the ship.
If you are interested in helping out with this project, please check out the To Do Wiki.
- Once you pick a feature, create a new branch:
git checkout -b my-new-feature
- Add and commit your work to the branch:
git add .
git commit -m "this is what i changed"
- Push it up:
git push origin my-new-feature
- From there, go onto the github page and create a new pull request. 'base' should be master and 'compare' should be the name of your branch.
- test commit