This is a Flappy Birst clone game created to apply Rust fundamentals, read from the official book.
The game was created using the bracket-lib
, a collection of libraries built to create RogueLike games.
To execute this game, please have installed the Rust Official package manager cargo
To execute this program, clone the repository and, in the same folder as Cargo.toml
execute in command line:
cargo run
This command should open a new window and there you'll be able to play the game.