Skip to content

Copy of Flappy Bird with Ferris crab made in Rust programming language

Notifications You must be signed in to change notification settings

dadencukillia/flappy_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flappy_rust

Copy of Flappy Bird with Ferris crab made in Rust programming language

Library and idea

Made on library ggez (version 0.9.3).

The idea for the graphics and gameplay was taken from YouTube when I was looking for a video about the ggez library. Youtuber's Github project: AndrewJakubowicz - Flappy Crabby.

Cargo commands

cargo run to play in the game,
cargo build to build the game,
cargo build --release to build the game in release mode;

Gameplay

The only goal is to jump so as not to hit the pillars.

To jump, just press the Space button. If you lost and want to start the game from the beginning, then press the R button.

About

Copy of Flappy Bird with Ferris crab made in Rust programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages