Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.29 KB

File metadata and controls

30 lines (22 loc) · 1.29 KB

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

Under Releases, you can download the binary.

If you have cargo installed, you can compile the game from source:

git clone https://github.com/hiimsergey/flappyspace
cd flappyspace
cargo run --release

I used the bevy_embedded_assets plugin so that you don't need to download the assets folder alongside the executable. However, if you want a window icon, you would need to download it. I implemented it through winit and not Bevy, since there is no official implementation for that yet.

If the program doesn't find an icon, it simply runs without it. But I think it's not too tragic.

Assets