Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 707 Bytes

File metadata and controls

19 lines (14 loc) · 707 Bytes

FlappyAt

This is a Flappy Birst clone game created to apply Rust fundamentals, read from the official book. The game was created using the bracket-lib, a collection of libraries built to create RogueLike games.

Dependencies

To execute this game, please have installed the Rust Official package manager cargo

How to execute

To execute this program, clone the repository and, in the same folder as Cargo.toml execute in command line:

cargo run 

This command should open a new window and there you'll be able to play the game.

Images