Skip to content

maqqr/7drl2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RobberyRL

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 play the game here.

Development blog

You can read development report for each day here.

How to build from the sources

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