MUD is an engine for autonomous worlds.
To get started, have a look at the documentation and reference implementation of a simple MUD project.
- Clone MUD:
git clone https://github.com/latticexyz/mud - Install go (to build packages/services):
https://go.dev/doc/install - Install jq (for various yarn commands):
https://stedolan.github.io/jq/download/ - Install dependencies:
yarn(in mud root)