This project is an extended Haskell exercise to build a Hunt the Wumpus game.
It assumes a basic knowledge of Haskell. You should understand how to write simple functions. You should be armed with a copy of the Haskell Book.
Once you have a familiarity with datatypes, through Chapter 11 of the Haskell Book, I think you will be able to start on this exercise. You will probably end up going to the book, but that's a good thing, since you'll be driven by your desire to Hunt the Wumpus!
- Installing: (read this!)
- Hunt the Wumpus: Guide to the exercise.
- Functors, Applicatives, and Monads: A refresher if you are confused.