A toy game created to explore and learn Rust.
- Exciting gameplay!
- State-of-the-art graphics
- Smooth performance
- Easy to learn, hard to master
- Fun and engaging mechanics for the entire family
Multiplayer support
nix run github:carlthome/dotfiles#rustler
# Enter a development shell.
nix develop github:carlthome/dotfiles#rustler
# Write package source to working directory.
unpackPhase
# Build the project.
cargo build
# Run tests.
cargo test
# Launch the game.
cargo run