Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 758 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 758 Bytes

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.