brogue-js
Version:
A 100% Javascript version of Brogue
19 lines (11 loc) • 638 B
Markdown
A port of Brogue to Javascript. Playable in the browser.
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.
* The FOV algo needs tweaking (there is a rounding error)
* Need to test more of the wands/staffs
* ...