Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 562 Bytes

File metadata and controls

24 lines (15 loc) · 562 Bytes

Flappy Dragon

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:-)

Usage

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!

flappy dragon