sajibsrs / flappy-game-rust

A simple flappy bird game in Rust language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple flappy bird game in Rust language.

License:MIT License


Languages

Language:Rust 100.0%