Skip to content

ultimate-dominion/ultimate-dominion

Repository files navigation

Ultimate Dominion

Ultimate Dominion is a text-based MMORPG built on the MUD engine.

Getting Started

Requirements

Steps

  1. Install dependencies:
pnpm install
  1. Create an env file in the client directory
cd packages/client cp .env.sample .env
  1. Return to the root directory
cd ../..
  1. Create an env file in the contracts directory
cd packages/contracts cp .env.sample .env
  1. Return to the root directory
cd ../..
  1. Run dev server
pnpm dev

MUD

This game is built off of the MUD engine. Check their docs here.