icon |
---|
public/logo512_dark.png |
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 dependencies:
yarn
(in mud root)