An open API service indexing awesome lists of open source software.

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

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
```