This is the basic flappy dragon game outlined in Part 1 of Herbert Wolverson's "Hands-on Rust"
The book is available to purchase from the Pragmatic Programmers Website.
If you'd like to build this program, you will need to have Rust installed.
Then you can clone this repo, navigate to the flappy
folder and use cargo run
. It should then open in your default terminal.
Follow the instructions in-game to play.