Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 340 Bytes

Flappy Dragon

Simple game using bracket-lib in Rust

Compilation

To compile use cargo build --release if you are running on windows

If you are running Rust on Debian-WSL (like me) you can compile it with

cargo build --release --target x86_64-pc-windows-gnu

or if you are using VSCode you can just run the task build win