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.
rasul a75c3f1850
update fern to 0.6
5 years ago
src rustfmt 5 years ago
.editorconfig two spaces for yaml 5 years ago
.gitignore gitignore 5 years ago
.gitlab-ci.yml this gitlab ci stuff is over my head 5 years ago
Cargo.lock update fern to 0.6 5 years ago
Cargo.toml update fern to 0.6 5 years ago
LICENSE mit license 5 years ago
README.md provide link to online docs 5 years ago
config.toml.default example config 5 years ago
rustfmt.sh rustfmt 5 years ago
rustfmt.toml rustfmt 5 years ago
schema.sql sqlite schema 5 years ago

README.md

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.

If you really want to, clone the repo and run it with cargo.