๐Ÿ“ฆ rparrett / typey_birb

A Flappy Bird Typing game for Bevy Jam #1

โ˜… 16 stars โ‘‚ 2 forks ๐Ÿ‘ 16 watching โš–๏ธ Other
bevybrowser-gamegamerustweb-gamewebgl2
๐Ÿ“ฅ Clone https://github.com/rparrett/typey_birb.git
HTTPS git clone https://github.com/rparrett/typey_birb.git
SSH git clone git@github.com:rparrett/typey_birb.git
CLI gh repo clone rparrett/typey_birb
Rob Parrett Rob Parrett Upgrade to Bevy 0.17 (#7) f402e32 3 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ assets
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ LICENSE
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Typey Birb

Completed in ~2 days for Bevy Jam #1.

v0.1.3 is the submitted version.

Play on itch.io

TODO

  • [X] hero should bob up and down very slightly while cruising
  • add sfx / music mute buttons
  • the music is so bad

Build for web

cargo install --git https://github.com/TheBevyFlock/bevy_cli --locked bevy_cli --rev 326722d --features wasm-opt
bevy run --release web

Acknowledgements

The bevybird 3d model was created by @Alexandcoats and posted in the Bevy Discord server on January 24, 2021 and is used here with their permission. The Rival Bird uses this mesh with reworked textures.

Amatic-Bold.ttf is licensed under the SIL Open Font License.

Sound effects were created with jsfxr with some post-processing.

Music was generated by Melody Brains and post-processed in Garage Band.

bevy-debug-egui and bevyassetloader are great.