# brogue-js
A port of Brogue to Javascript.  Playable in the browser.

## Brogue

Brogue is a Roguelike game for Mac OS X, Windows and Linux by Brian Walker
The latest version can be downloaded at [Brogue](http://sites.google.com/site/broguegame/).

The community edition of Brogue can be found here [BrogueCE](https://github.com/tmewett/BrogueCE). 

This version is ported from the old 1.7.5 version into Javascript.  It is all bult into a single JS file and can be included directly into the browser for playing.

## Known issues

* The FOV algo needs tweaking (there is a rounding error)
* Need to test more of the wands/staffs
* ...

