Skip to content

Commit

Permalink
Added instructions to the readme file for create a cloud9 workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
zachio committed Mar 19, 2017
1 parent b32cd4f commit 7334385
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 7334385

Please sign in to comment.