- CI/CD release builds.
- prebuild install scripts.
- menu.
There's a limited localization support, that's not limiting the language entry or context lenght but there is no variables or any custom values, so every entry must be constant, and on the another side, creating this transcription is too easy.
Build from sources
# Let's clone the repository to local.
git clone https://github.com/lazypwny751/rusttale.git && cd rusttale
# First get the resources.
cargo run -p resources
# Build a release.
cargo build --release
or via prebuild installation script.
curl -S <link> | bash -
Usage: rusttale [OPTIONS]
Options:
-l, --language <LANGUAGE> [default: en]
--mode <MODE> [default: game]
-h, --help Print help
-V, --version Print version
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.