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
- Host: GitHub
- URL: https://github.com/sproctor/dirtywater
- Owner: sproctor
- License: gpl-2.0
- Created: 2014-01-05T06:02:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T15:29:00.000Z (about 9 years ago)
- Last Synced: 2025-04-21T16:46:15.985Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 737 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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