https://github.com/thetechnocrat-dev/runaway-skyzer
Reskin of mousecat JS game
https://github.com/thetechnocrat-dev/runaway-skyzer
Last synced: about 2 months ago
JSON representation
Reskin of mousecat JS game
- Host: GitHub
- URL: https://github.com/thetechnocrat-dev/runaway-skyzer
- Owner: thetechnocrat-dev
- Created: 2016-02-21T07:09:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T03:45:30.000Z (over 7 years ago)
- Last Synced: 2025-02-15T07:31:10.172Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 766 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runaway-Skyzer
A reskin of the JS game mousecat (https://github.com/tevydavid/mouseCat).
Deploy:
bundle install
bin/rake db:migrate
bin/rake db:seed
bin/rails serverPrepend Heroku run to db commands if deploying to Heroku.