To run this project, first cd to the folder you want to download the project in.
Make sure you have git, cargo, and rustc installed, and that the following command returns at least 1.65.0:
rustc --versionAfter you've done that, clone the repo with:
git clone https://github.com/ProjEvo/project-evolution.gitcd into it:
cd project-evolutionTo compile and run the project, run:
cargo run --release
Note:
--releaseis enabled significant optimizations that made it possible to run at 10x speed on my laptop. Without these optimizations, your mileage may vary.