The elevator programming game
NOTE: This is a forked repo. Original repo is at magwo/elevatorsaga.
You can fork this repo and host your own elevatorsaga on your GitHub page. You can just fork this repo, and the app will be hosted on your GitHub page. (You may need to change settings from "Settings" tab).
If you want to add changes to the app, commit and run the shell to deploy a new version:
cd elevatorsaga
# make changes and commit. (assuming we are on master branch)
git commit -m "Change something"
# run script to deploy
./autopublish.shNOTE: All the links are still pointing to this repo. Please fix them if necessary.
Run the unit tests Please report any test failures as an issue.
Pull requests are welcome. Feel free to create issues too :)
