A roguelike written for learning and fun!
Thieflike is a minimal roguelike written to better understand the process of writing a game in Haskell, and seperating console code from gui code. This is not meant to be a fully-featured roguelike, just something fun.
$ cabal install
$ Thieflike
Use 'wasd' to move around, and 'q' to quit.
See LICENSE for more details. This project borrows/steals code from Jonas Tullus and his awesome screen-cast coding of the game Sokoban which is licensed under the MIT license. See his screen-cast for more.