This is a rock climbing browser game!
See the latest version at
- Clone the repository:
$ git clone [email protected]: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 [email protected]: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 opento open the game in your browser!
