About this project
Golem is a from-scratch Diku-like MUD implemented in Go. The README documents a Docker-based setup: clone the repository, run docker build --tag golem:latest ., then run docker-compose up. The MUD listens on host TCP port 4000 by default. Database settings live under database in etc/config.json. SQLite is supported by setting the driver to sqlite and specifying a path such as etc/golem.sqlite3. To destroy all database data and start over, run docker-compose down and remove etc/golem.sqlite3. A video demo is linked in the README.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.