Skip to content

euoia/node-mud

Repository files navigation

A multi-user environment in Typescript

A text-based multi-user environment written in Typescript.

Configuration

cp .env.example .env and modify as necessary.

Requirements

A mongo DB instance. Configure the host and port in .env.

Running

Use npm start to start, or npm run watch to start with nodemon.

Connect and login using a telnet client.

See the implemented commands for what you can do.

About

A multi-user environment written in Typescript.

Resources

Stars

Watchers

Forks

Packages

No packages published