Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/CamHenlin/Roguish

open source, multiplayer, extensible rogue-like
https://github.com/CamHenlin/Roguish

Last synced: about 1 month ago
JSON representation

open source, multiplayer, extensible rogue-like

Awesome Lists containing this project

README

        

# Roguish Readme

## How to play latest demo
Go to [the demo site](http://henlin.org/roguish/)

## How to clone and play locally

### On Macintosh and Linux
Open a terminal and run the commands:

```bash
git clone https://github.com/CamHenlin/roguish.git

cd roguish

python -m SimpleHTTPServer 8000

```

And then point your favorite web browser at [http://localhost:8000](http://localhost:8000) or [http://localhost:8000/devindex.html](http://localhost:8000/devindex.html)

## How to build a new game.min.js after modifying game code

### On Macintosh and Linux
Open a terminal and run the commands:

```bash
git clone https://github.com/CamHenlin/roguish.git

cd roguish/build

./build.sh
```

#### For further instructions, see documentation on Roguish Assembla page!