Crates.io | brick_bird |
lib.rs | brick_bird |
version | 1.2.0 |
source | src |
created_at | 2024-05-06 14:22:10.31875 |
updated_at | 2024-05-06 14:22:10.31875 |
description | A colorful Flappy Bird clone written in Rust. Cross platform. Has own physic engine. Parallel. |
homepage | https://github.com/Siiir/brick_bird/ |
repository | https://github.com/Siiir/brick_bird/ |
max_upload_size | |
id | 1231197 |
size | 9,547,755 |
Marked by MS (Movement Speed) variable. Increases with each passed sector as simulation accelerates.
You fly automatically.
To avoid obstackles jump.
Tip: Do it interchangably using all functional buttons.
Keyboard – click <space>
button.
Mouse – click <left button>
.
Touch screen – touch anywhere on the game viewport.
git clone github.com/siiir/brick_bird
cd brick_bird
git switch stable
cargo build --release
These obviously requires having these bash commands installed.cargo run -r
git clone github.com/siiir/brick_bird
cd brick_bird
git switch web-stable
These obviously requires having these bash commands installed.http-server . -p 8000
Or using Python3
python -m http.server 8000
http://localhost:8000
.{collisions, gravity, acceleration, turbulence} have been coded from scrath using math.
Will utilize or your cores, when running outside of browser. ECS design allows this game to scale with number of CPUs.