Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 593 Bytes

Wumpus.md

File metadata and controls

23 lines (17 loc) · 593 Bytes

Guide to the Wumpus-Hunt

In this exercise, you will build a reduced version of the original game.

Here's an example of play.

The code for this problem is broken up into several modules. We will do the exercise module-by-module, in this order:

After all modules have been completed, the game will be playable:

$ stack build
$ stack exec wumpus-exe