SkillAgentSearch skills...

ChessPuter

ChessPuter is a UCI (Universal Chess Interface) command line (non-graphical) chess playing program written in C++

Install / Use

/learn @smilesbright/ChessPuter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ChessPuter

ChessPuter (chess pyoo-ter) is a UCI (Universal Chess Interface) compatible** command line chess playing program written in C++.

ChessPuter can be compiled on Linux with its Makefile. It can be installed and played with best on PyChess (https://github.com/pychess/pychess).

** ChessPuter is not yet fully UCI compatible. To be fully compatible, the following changes still need to be made:

  • The use of threads must be implemented to allow the program to immediately respond to commands such as "stop", "isready", and others.
  • The command string processing should be made to be case-insensitive.
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated9mo ago
Forks3

Languages

C++

Security Score

62/100

Audited on Jun 24, 2025

No findings