because the world desperately needs another mud engine
# install local dev environment and start a subshell
$ pipenv install --dev
$ pipenv shell
# set up git hooks
$ pre-commit install
# run the tests
$ tox
# run the game
$ python -m redclay
# connect to the game (from another terminal)
$ telnet localhost 6666
augroup localblack
autocmd BufWritePre *.py execute ':Black'
augroup END