A UCI compatible Chess Client

0 stars 0 forks 0 watchers Rust GNU General Public License v3.0
5 Open Issues Need Help Last updated: Sep 2, 2025

Open Issues Need Help

View All on GitHub
Resizable WIndow about 2 months ago
help wanted

A UCI compatible Chess Client

Rust

AI Summary: The GUI's draw detection is overly strict, incorrectly declaring draws in objectively winning late-game scenarios, such as King + Queen vs. King + Rook. This happens when it deems one side's material too low, preventing the game from continuing to a potential forced mate. The fix likely involves adjusting draw detection rules in `draw.rs`.

Complexity: 1/5
bug good first issue

A UCI compatible Chess Client

Rust
Promotion Popup Crash about 2 months ago
help wanted good first issue

A UCI compatible Chess Client

Rust
GUI Codebase Mess about 2 months ago
enhancement good first issue

A UCI compatible Chess Client

Rust
P2P Networking with Rust about 2 months ago
help wanted

A UCI compatible Chess Client

Rust