A lil' 2D game about a UFO and asteroids inspired by Flappy Bird. Written with Bevy in Rust.
Press the spacebar to jump. Dodge the asteroids. That's it. Yippie.
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.
- font: Pixelify Sans
- sprites: my own (feel free to use them)
- inspired by "ASTEROID" by greenretroman
- sounds: Sci-Fi Sounds and Interface Sounds by Kenney.nl