• This repository has been archived on 22/Jan/2024
  • Stars
    star
    253
  • Rank 160,776 (Top 4 %)
  • Language
    Rust
  • License
    Mozilla Public Li...
  • Created over 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tetris Bot

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.

More Repositories

1

cold-clear-2

Rewrite of Cold Clear
Rust
50
star
2

ice4

Chess engine in 4KB
Rust
22
star
3

frozenight

NNUE chess engine that never had an HCE
Rust
20
star
4

pcf

High performance Perfect Clear finder
Rust
12
star
5

wasm4-bad-apple

Bad Apple!! music video on WASM-4
Rust
8
star
6

ppt-sync

Tool to allow programs to synchronize with Puyo Puyo Tetris' game loop. Intended for bot developers.
Rust
7
star
7

cozy-syzygy

Syzygy Tablebase probing library.
Rust
5
star
8

game-util-rs

My library of helpers for programming games in Rust.
Rust
4
star
9

fumen-rs

Rust library to make decoding/encoding fumens easy
Rust
3
star
10

frostburn

UCI chess engine
Rust
3
star
11

snestris

SNES homebrew of modern Tetris.
Assembly
3
star
12

ultra-tas

Computes near-optimal highest-score solutions to PPT Ultra.
Rust
3
star
13

webutil

wasm-bindgen/web-sys utilities
Rust
3
star
14

minusbot

my discord bot
Rust
2
star
15

mkpath

flexible and fast pathfinding library
Rust
1
star
16

pathfinding

fast pathfinding library
Rust
1
star
17

nes-tetris

2 player modern Tetris for the Nintendo Entertainment System. Deps: nesasm, bmp2chr
Assembly
1
star
18

hashtable

Hash table using Robin Hood bucket stealing implemented in C as a single header library, mostly for educational purposes.
C
1
star
19

chesswiki

Computer Chess Wiki
CSS
1
star
20

Rendering-Engine

Implementation of an idea for an OpenGL-based rendering engine.
Java
1
star
21

lambda-calculus

Lambda Calculus interpreter. Superseded by lambda.
Rust
1
star
22

board-repr-perft

Tetris board representation performance tests.
Rust
1
star
23

raytrace-voxels

Small voxel raytracing prototype
Rust
1
star
24

ppt-tas

Tool Assisted Superplay tools for Puyo Puyo Tetris
Rust
1
star