Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 481 Bytes

Creating a simple flappy bird game in Rust language

  • The main goal of this project is to get my hands dirty with rust, while creating something fun.
  • Experimenting with different related features of rust.
  • Organizing project, files and code.

Cloning project

git clone [email protected]:sajibsrs/flappy-game-rust.git

Running project

cargo run

Building debug

cargo build

Building release build

cargo build --release