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 6c0eb7a57d
rustfmt
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 update readme with some instructions 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 are available at https://rascul.gitlab.io/rude/rude/index.html.

git clone https://gitlab.com/rascul/rude
cd rude
sqlite3 rude.db < schema.sql
cp config.toml.default config.toml
cargo run