jamiltron / Thieflike

A fun little roguelike written in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A fun little roguelike written in Haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%