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.
Note: Under construction. Thiangs are not stable yet for testing.
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