Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

MinusKelvin/cold-clear

Folders and files

NameName
Last commit message
Last commit date
Sep 10, 2021
Nov 21, 2021
Jan 13, 2022
Jul 9, 2021
Oct 26, 2021
Apr 1, 2021
Jan 9, 2022
Jan 18, 2022
Apr 1, 2021
Jan 5, 2022
Apr 2, 2021
May 5, 2021
Oct 28, 2019
Mar 24, 2021
Apr 1, 2021

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 fromt he project directory.

License

Cold Clear is licensed under MPLv2.