Ultimate Dominion is a text-based MMORPG built on the MUD engine.
- Node.js v18. Note that version 18 is required. We do not support older or newer versions at the moment.
- git
- Foundry
- pnpm, at least version 8
- Install dependencies:
pnpm install- Create an env file in the client directory
cd packages/client cp .env.sample .env- Return to the root directory
cd ../..- Create an env file in the contracts directory
cd packages/contracts cp .env.sample .env- Return to the root directory
cd ../..- Run dev server
pnpm devThis game is built off of the MUD engine. Check their docs here.