Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.07 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.07 KB

Cyberpunks climbing game

Live Demo

screenshot

This is a rock climbing browser game!

See the latest version at

  • Uses the Phaser HTML5/JS game engine.
  • Uses the P2.js 2D physics engine.

Running locally

  1. Clone the repository:
$ git clone git@github.com:jven/cyberpunks.git
  1. In the root directory, run:
.../cyberpunks $ heroku local web
[...]
2:27:11 PM web.1 |  Listening on 5000
  1. Visit http://localhost:5000/ to run the game!

Deploying to Heroku

  1. Clone the repository:
$ git clone git@github.com:jven/cyberpunks.git
  1. Commit any outstanding changes (with git commit).

  2. Run:

.../cyberpunks $ git push heroku master
[...]
remote: Verifying deploy... done.
To https://git.heroku.com/obscure-chamber-23043.git
   d80e9c1..d5b5afd  master -> master
  1. Run:
.../cyberpunks $ heroku open

to open the game in your browser!