A clone of 2048, a game originally created by Gabriele Cirulli, built with Seed, a Rust framework.
-
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
!!! New Rust-only quickstart in development! => Seeder !!!