A Flappy Brid like terminal emmulator game written in Rust
To run:
git clone [email protected]:Skezey/flappy-dragon.git
cd flappy-dragon
Run the package using Cargo
cargo run
Press the space key to flap your dragons wings. Avoid hitting obstacles to win points.
- Rust
- Cargo