RobberyRL is a roguelike made in 7 days using Purescript.
The game is a turn-based platformer roguelike with sneaking and thievery.
The game works in Chrome and Internet Explorer 11. It does not work in Firefox (tested with version 36.0.1). For some reason the max recursion limit is reached and the program stops working.
You can read development report for each day here.
Install Node.js, Haskell Platform 2014.2.0.0 and Purescript and then run the following commands:
npm install -g grunt-cli bower
npm install
bower update
grunt