I am working in a refactoring of this but made in Rust which is basically C++ but with steroids.
It is a cross-platform Tetris environment with an extremely simple AI that evolves with genetic algorithms. Nothing too fancy. Yet.
The progress of the project can be seen here.
I have barely started it so, I will upload binaries once it is finished.
On Linux and macOS systems, this is done as follows:
curl https://sh.rustup.rs -sSf | sh
On Windows, download and run rustup-init.exe. It will start the installation in a console and present the above message on success.
You definitely do not want to this.
cargo build # debug
cargo build --release # release
You definitely do not want to this.
cargo run # debug
cargo run --release # release