Skip to content

hiimsergey/flappyspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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