https://github.com/pmengelbert/ennui
A new MUD engine written entirely in Rust. Inspired by dikumud
https://github.com/pmengelbert/ennui
mud mud-engine mud-game-server mud-server rust
Last synced: 14 days ago
JSON representation
A new MUD engine written entirely in Rust. Inspired by dikumud
- Host: GitHub
- URL: https://github.com/pmengelbert/ennui
- Owner: pmengelbert
- License: mit
- Created: 2020-09-05T21:50:53.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T19:13:12.000Z (over 3 years ago)
- Last Synced: 2026-05-30T17:35:27.656Z (14 days ago)
- Topics: mud, mud-engine, mud-game-server, mud-server, rust
- Language: Rust
- Homepage: https://ennuimud.org
- Size: 585 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Check out the demo
There's a live demo running at [ennuimud.org](https://ennuimud.org). Log in, wander around for a while :)
The order of operations is always action -> object -> indirect object (i.e. 'give key cat' will give the key to the cat).
Full command list:
```
look,
take,
get,
wear,
remove,
drop,
give,
say,
chat,
evaluate, // i.e. show your stats
open,
unlock,
hit,
sleep,
wake,
stand,
north,
south,
east,
west,
inventory,
quit
```