Popularity
6.9
Declining
Activity
0.0
Stable
31
2
2

Monthly Downloads: 5
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags: Game    
Latest version: v0.1

hoodie alternatives and similar packages

Based on the "Game" category.
Alternatively, view hoodie alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hoodie or a related project?

Add another 'Game' Package

README

hoodie

A small, toy roguelike in Haskell

Obligatory screenshot one two three

Instructions

Controls

Move into enemies to attack them.

  • hjklyubn - vi keys to move
  • q - quit
  • p - message log (p again to go back)
  • ? - help (? again to go back)
  • , - pick up item
  • d - drop an item
  • a - apply an item
  • i - display inventory
  • e - wield an item
  • r - 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