This is a rock climbing browser game!
See the latest version at
- Clone the repository:
$ git clone git@github.com:jven/cyberpunks.git
- In the root directory, run:
.../cyberpunks $ heroku local web
[...]
2:27:11 PM web.1 | Listening on 5000
- Visit http://localhost:5000/ to run the game!
- Clone the repository:
$ git clone git@github.com:jven/cyberpunks.git
-
Commit any outstanding changes (with git commit).
-
Run:
.../cyberpunks $ git push heroku master
[...]
remote: Verifying deploy... done.
To https://git.heroku.com/obscure-chamber-23043.git
d80e9c1..d5b5afd master -> master
- Run:
.../cyberpunks $ heroku open
to open the game in your browser!