This is a flappy bird clone made in rust. Inspired from the book "hands on rust".
Make sure you have Rust installed on your system. If you don't have Rust installed, you can download it from the official Rust website.
- Clone the repository
- Navigate to the project directory
- Build the game using
cargo build
- Run the game using
cargo run
Score as many points as possible by flying through the pipes.
Press spacebar to flap your wings and fly through the pipes.