-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now resting takes about 10 seconds no matter what your stamina level is
- Loading branch information
Showing
4 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,12 +5,20 @@ A topdown roguelike game! This game is in active development. Come join us on | |
|
||
## Instructions | ||
|
||
### Install | ||
### Install locally | ||
|
||
$git clone https://github.com/zachdyer/chrome-rogue.git | ||
$cd chrome-rogue | ||
$nemo . | ||
Open index.html | ||
|
||
### How to setup a Cloud9 development environment | ||
|
||
### Demo | ||
To setup your Cloud9 environment copy the SSH link `[email protected]:zachdyer/chrome-rogue.git`. | ||
Go to the Cloud9 dashboard at `https://c9.io/yourusername` and create a new workspace. | ||
Paste the SSH link in the clone from Git field. Select HTML5 environment and | ||
name your workspace. Click create workspace. In bash execute `git checkout` and | ||
wait for the files to download to Cloud9. | ||
|
||
## Demo | ||
To demo the game go to https://zachdyer.github.io/chrome-rogue/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
var game = game || {}; | ||
|
||
game.assets = { | ||
files: [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters