Skip to content

A SkiFree ⛷️ clone written in Rust using the ggez game engine

License

Notifications You must be signed in to change notification settings

trevarj/skifree-rs

Repository files navigation

Build

⛷️ skifree-rs

A SkiFree clone written in Rust using the ggez game engine

Start of the game v1.0.0

How to Play

git checkout https://github.com/trevarj/skifree-rs.git && cd skifree-rs
cargo install --path . # or just `cargo run --release`

Download Binary from Releases

You can download a Linux x86_64 binary on the Release page

Controls

Key Description
Left/Right arrows Move
Z or X Tricks 1 & 2
C Flip

Lots of TODOs

  • 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