Skip to content

shoheihagiwara/elevatorsaga

 
 

Repository files navigation

Elevator Saga

The elevator programming game

NOTE: This is a forked repo. Original repo is at magwo/elevatorsaga.

Image of Elevator Saga in browser

Try it now

Play it now!

Deployment

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.sh

NOTE: All the links are still pointing to this repo. Please fix them if necessary.

Test

Run the unit tests Please report any test failures as an issue.

Contributing

Pull requests are welcome. Feel free to create issues too :)

License

MIT

About

The elevator programming game!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.4%
  • HTML 7.2%
  • CSS 3.4%