A flappy bird clone π€
Going through Herbert Wolverson's excellent Hands-on Rust, and flappy
(bird) is one the projects you get to make with the author:-)
Clone the repo and CD into the newly created directory on your computer:
$ git@github.com:clovisphere/flappy-dragon.git
$ cd flappy-dragon
If you have Rust installed, you'll only need to run:
$ cargo run
Et voila!