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 954871f6ab
put everything in one stage to make it go faster
4 years ago
src document the global variables 4 years ago
.editorconfig two spaces for yaml 5 years ago
.gitignore gitignore 5 years ago
.gitlab-ci.yml put everything in one stage to make it go faster 4 years ago
Cargo.lock use argon2 instead of sha512 4 years ago
Cargo.toml use argon2 instead of sha512 4 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 use src dir instead of . 5 years ago
rustfmt.toml rustfmt 5 years ago
schema.sql put passwords into a separate table 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