๐Ÿ“ฆ rparrett / typey_birb

๐Ÿ“„ README.md ยท 33 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33# 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

## 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](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-debug-egui](https://github.com/jakobhellermann/bevy-debug-egui) and [bevy_asset_loader](https://github.com/NiklasEi/bevy_asset_loader) are great.