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 321f09c910
change format! to concat()
4 years ago
src change format! to concat() 4 years ago
.editorconfig two spaces for yaml 4 years ago
.gitignore gitignore 4 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 4 years ago
README.md update readme with some instructions 4 years ago
config.toml update config with player stuff 4 years ago
config.toml.default update config with player stuff 4 years ago
config.toml.mine update config with player stuff 4 years ago
rustfmt.sh use src dir instead of . 4 years ago
rustfmt.toml rustfmt 4 years ago
schema.sql put passwords into a separate table 4 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