Skip to content
/ wumpus Public

Haskell Implementation of Hunt the Wumpus, and some slides, to learn about RWS Monads

License

Notifications You must be signed in to change notification settings

egnwd/wumpus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 14, 2020
05a508e · Oct 14, 2020

History

22 Commits
Oct 12, 2020
Oct 14, 2020
Oct 12, 2020
Oct 12, 2020
Oct 6, 2020
Oct 12, 2020
Oct 6, 2020
Oct 10, 2020
Oct 12, 2020
Oct 12, 2020
Oct 12, 2020

Repository files navigation

Hunt the Trevor Talk

Short presentation given at FundApps about the Reader, Writer and State monads.

Prerequisites

  • Stack (curl -sSL https://get.haskellstack.org/ | sh)

Play

  • stack run

Attribution