dadencukillia / flappy_rust

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Rust 100.0%