Skip to content

sajibsrs/flappy-game-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating a simple flappy bird game in Rust language

  • The main goal of this project is to get my hands dirty with rust, while creating something fun.
  • Experimenting with different related features of rust.
  • Organizing project, files and code.

Cloning project

git clone git@github.com:sajibsrs/flappy-game-rust.git

Running project

cargo run

Building debug

cargo build

Building release build

cargo build --release

Releases

No releases published

Packages

No packages published

Languages