You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
436 B
13 lines
436 B
# rude
|
|
|
|
MUD game, in rust, so that hopefully it goes fast and doesn't break things.
|
|
|
|
Under heavy development. Much is currently unimplemented or not completely
|
|
implemented yet.
|
|
|
|
API docs can be built with `cargo doc`. Not yet complete, though. Also they are
|
|
available online at
|
|
[https://rascul.gitlab.io/rude/rude/index.html](https://rascul.gitlab.io/rude/rude/index.html).
|
|
|
|
If you really want to, clone the repo and run it with cargo.
|