MUD.hs/README.md
2024-05-18 20:56:37 +00:00

222 B

mud

install

Install the Haskell build tool stack and ensure ~/.local/bin is in your $PATH

curl -sSL https://get.haskellstack.org/ | sh

Run the demo:

stack run

tests

stack test