Avoid road obstacles and other drivers as you recklessly zoom down the highway. You're already paying way too much for car insurance, so avoid totaling your car for as long as possible!
The game is built with Rust using Rusty Engine. 🦀
- Install Rust if it's not installed already. Check Rust's documentation for 1-line installation instructions.
- Navigate to the project directory.
- Run
cargo run
to begin playing.
Action | Key Binding |
---|---|
Move up | ↑ or W |
Move down | ↓ or S |
Quit | esc |
Created with the guidance of Nathan Stocks' excellent Rust course.