Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 255 Bytes

Dirty Water is a MUD engine built in Haskell and extendable with Lua.

To compile the project after making changes:

stack build

To compile the project and run the main executable:

stack build --exec dirtywater

To run the test suite

stack test