https://github.com/trevarj/skifree-rs
A SkiFree ⛷️ clone written in Rust using the ggez game engine
https://github.com/trevarj/skifree-rs
2d-game beginner-friendly game microsoft rust skifree skiing
Last synced: 2 months ago
JSON representation
A SkiFree ⛷️ clone written in Rust using the ggez game engine
- Host: GitHub
- URL: https://github.com/trevarj/skifree-rs
- Owner: trevarj
- License: gpl-3.0
- Created: 2022-12-06T17:59:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T14:24:53.000Z (over 1 year ago)
- Last Synced: 2025-02-17T20:40:06.723Z (4 months ago)
- Topics: 2d-game, beginner-friendly, game, microsoft, rust, skifree, skiing
- Language: Rust
- Homepage:
- Size: 197 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/trevarj/skifree-rs/actions/workflows/build.yml)
# ⛷️ skifree-rsA SkiFree clone written in Rust using the ggez game engine

## How to Play
```bash
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](https://github.com/trevarj/skifree-rs/releases)
## 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)
- [x] Wrap the map around when at edge
- [ ] Add slalom course
- [x] Add trick animations / controls
- [ ] Add scoring system
- [ ] Add game title at start