Crates.io | flappyspace |
lib.rs | flappyspace |
version | 1.0.0 |
source | src |
created_at | 2023-10-30 20:03:57.498412 |
updated_at | 2023-10-30 20:03:57.498412 |
description | A small game about a little UFO dodging asteroids built in Bevy |
homepage | |
repository | https://github.com/hiimsergey/flappyspace |
max_upload_size | |
id | 1019002 |
size | 263,363 |
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.
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.