Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rparrett/typey_birb
A Flappy Bird Typing game for Bevy Jam #1
https://github.com/rparrett/typey_birb
bevy browser-game game rust web-game webgl2
Last synced: about 1 month ago
JSON representation
A Flappy Bird Typing game for Bevy Jam #1
- Host: GitHub
- URL: https://github.com/rparrett/typey_birb
- Owner: rparrett
- License: other
- Created: 2022-03-03T23:37:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T04:07:26.000Z (5 months ago)
- Last Synced: 2024-11-02T06:53:39.349Z (about 2 months ago)
- Topics: bevy, browser-game, game, rust, web-game, webgl2
- Language: Rust
- Homepage: https://euclidean-whale.itch.io/typey-birb
- Size: 3.54 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Typey Birb
Completed in ~2 days for Bevy Jam #1.
`v0.1.3` is the submitted version.
[Play on itch.io](https://euclidean-whale.itch.io/typey-birb)
## TODO
- [X] hero should bob up and down very slightly while cruising
- [ ] add sfx / music mute buttons
- [ ] the music is so bad## 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](https://github.com/grumdrig/jsfxr) with some post-processing.
Music was generated by [Melody Brains](http://www.melodybrains.com/) and post-processed in Garage Band.
[bevy-inspector-egui](https://github.com/jakobhellermann/bevy-inspector-egui) and [bevy_asset_loader](https://github.com/NiklasEi/bevy_asset_loader) are great.