flappyspace

Crates.ioflappyspace
lib.rsflappyspace
version1.0.0
sourcesrc
created_at2023-10-30 20:03:57.498412
updated_at2023-10-30 20:03:57.498412
descriptionA small game about a little UFO dodging asteroids built in Bevy
homepage
repositoryhttps://github.com/hiimsergey/flappyspace
max_upload_size
id1019002
size263,363
serg (hiimsergey)

documentation

README

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

Commit count: 40

cargo fmt