A SkiFree clone written in Rust using the ggez game engine
git checkout https://github.com/trevarj/skifree-rs.git && cd skifree-rs
cargo install --path . # or just `cargo run --release`
You can download a Linux x86_64 binary on the Release page
Key | Description |
---|---|
Left/Right arrows | Move |
Z or X | Tricks 1 & 2 |
C | Flip |
- AI for NPCs (noob, snowboarder, abominable snowman)
- Wrap the map around when at edge
- Add slalom course
- Add trick animations / controls
- Add scoring system
- Add game title at start