Popularity
7.1
Declining
Activity
0.0
Stable
31
2
2
Monthly Downloads: 1
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.
-
LambdaHack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at -
haskanoid
A free and open source breakout clone in Haskell using SDL and FRP, with Wiimote and Kinect support. -
Allure
Allure of the Stars is a near-future Sci-Fi roguelike and tactical squad combat game written in Haskell; please offer feedback, e.g., after trying out the web frontend version at -
FunGEn
A lightweight, cross-platform, OpenGL-based 2D game engine in Haskell -
chessIO
Fast haskell chess move generator library and console UCI frontend -
Ninjas
Haskell game where multiple players attempt to blend in with computer controlled characters while being first to visit the key locations on the board. -
gloss-game
A convenience wrapper around the Gloss library to make writing games in Haskell even easier -
gore-and-ash
Attempt to build game engine with networking in Haskell using FRP as core idea. -
battleship
Battleship... Pure.. Functional... Haskell + MongoDB + TypeScript + React... https://battleship-fp.com/ -
netwire-input-glfw
MonadInput instances for GLFW based netwire programs -
Liquorice
Haskell embedded domain-specific language (eDSL) for the algorithmic construction of maps for the computer game "Doom"
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of hoodie or a related project?
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 moveq
- quitp
- message log (p
again 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