Modern Tetris Versus bot.
You can play against it in your browser or on your desktop.
# Cargo.toml
[dependencies]
cold-clear = { git = "https://github.com/MinusKelvin/cold-clear" }Clone the repository and run cargo build --release -p c-api to build. You
can find both static and shared libraries in target/release, and the API is
described in c-api/coldclear.h.
Clone the repository and run cargo run --release fromt he project directory.
Cold Clear is licensed under MPLv2.