A clone of Flappy Bird, built with Rust framework Seed.
Open source game created by Nebez Briefkani (https://github.com/nebez/floppybird).
Original game created by Dong Ngyuen.
-
Make sure you have basic tools installed:
- Rust
- Check:
$ rustc -V=>rustc 1.43.1 (8d69840ab 2020-05-04) - Install: https://www.rust-lang.org/tools/install
- Check:
- cargo-make
- Check:
$ cargo make -V=>cargo-make 0.30.7 - Install:
$ cargo install cargo-make
- Check:
- Rust
-
Platform-specific tools like
sslandpkg-config:- Follow recommendations in build errors (during the next chapter).
- Note: Don't hesitate to write notes or a tutorial for your platform and create a PR .
- Open the project in your favorite IDE (I recommend VS Code + Rust Analyzer).
- Open a new terminal tab / window and run:
cargo make serve - Open a second terminal tab and run:
cargo make watch - If you see errors, try to fix them or write on our chat or forum.
- Modify files like
README.mdandCargo.tomlas you wish.
!!! New Rust-only quickstart in development! => Seeder !!!
