hoodie
hoodie copied to clipboard
A toy roguelike game in Haskell
hoodie
A small, toy roguelike in Haskell
Obligatory screenshot one two three
Instructions
Controls
Move into enemies to attack them.
hjklyubn- vi keys to moveq- quitp- message log (pagain to go back)?- help (?again to go back),- pick up itemd- drop an itema- apply an itemi- display inventorye- wield an itemr- restart the game>- go down a level (if on stairs down)<- go up a level (if on stairs up)
Downloading
$ mkdir ~/src
$ cd ~/src
$ git clone https://github.com/dvolk/hoodie
Building
$ cd hoodie
$ cabal configure
$ cabal build
You will also need to get the hfov library if you don't have it yet (you don't):
$ git clone https://github.com/nornagon/hfov
It is installed in a rather similar way.
Running
$ ./dist/build/hoodie/hoodie
Contributing
Feel free to do that