An open API service indexing awesome lists of open source software.

https://github.com/sproctor/dirtywater

MUD server written in Haskell
https://github.com/sproctor/dirtywater

Last synced: 3 months ago
JSON representation

MUD server written in Haskell

Awesome Lists containing this project

README

          

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