Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 631 Bytes

Flappy

This is a flappy bird clone made in rust. Inspired from the book "hands on rust".

Demo GIF

Rust Installation

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.

Installation

  1. Clone the repository
  2. Navigate to the project directory
  3. Build the game using cargo build
  4. Run the game using cargo run

Gameplay

Score as many points as possible by flying through the pipes.

Controls

Press spacebar to flap your wings and fly through the pipes.