/Thieflike

A fun little roguelike written in Haskell

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

THIEFLIKE

A roguelike written for learning and fun!

Tutorial 1
Tutorial 2

Description

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.

Usage

$ cabal install
$ Thieflike

Use 'wasd' to move around, and 'q' to quit.

License

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.