Skip to content

flaribbit/cold-clear

 
 

Repository files navigation

Cold Clear

Modern Tetris Versus bot.

You can play against it in your browser or on your desktop.

Usage

As a Rust library

# Cargo.toml

[dependencies]
cold-clear = { git = "https://github.com/MinusKelvin/cold-clear" }

As a C library

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.

Running the desktop client from source

Clone the repository and run cargo run --release.

License

Cold Clear is licensed under MPLv2.

Packages

No packages published

Languages

  • Rust 97.1%
  • C 2.7%
  • Other 0.2%