Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 493 Bytes

File metadata and controls

11 lines (8 loc) · 493 Bytes

MUD

MUD is an engine for autonomous worlds.

To get started, have a look at the documentation and reference implementation of a simple MUD project.

Local dev setup

  • 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)