#bevy #game #flappybird

yanked flappyspace

A small game about a little UFO dodging asteroids built in Bevy

1 stable release

1.0.0 Oct 30, 2023

#918 in #bevy

GPL-3.0 license

130KB
517 lines

Flappy Space

A lil' 2D game about a UFO and asteroids inspired by Flappy Bird. Written with Bevy in Rust.

Gameplay

Press the spacebar to jump. Dodge the asteroids. That's it. Yippie.

Setup

I used the bevy_embedded_assets plugin so that you don't need to download the assets folder alongside the executable. However you would need to download the icon because I implemented it through winit and not Bevy, since there is no official implementation for that yet. But I think it's not too tragic.

Assets

Dependencies

~33–71MB
~1M SLoC