Flappybust
🦀🦋 is a personal game project written in Bevy engine based on Nguyen Ha Dong original Flappy Bird game
How to play
How to build and run
Prerequisite
Steps
- Clone the project
- Run the command
$ cargo run
# or
# require cargo-watch
# this will watch for file changes and
# concurrently run Bevy with dynamic features
$ cargo watch_dynamic
Todo
- [ ] Add currency system: coins will be spawn randomly between two pipes and they will be used to buy assets in store
- [ ] Add option to pause and resume gameplay
Preview