Skip to content

LLoyderino/flappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A flappy-bird clone in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages