SkillAgentSearch skills...

ChessAI

Chess AI written in Python

Install / Use

/learn @Dirk94/ChessAI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Chess AI

Basic Chess AI written in Python 3.

Uses the Alpha-Beta algorithm to search for the best move.

<img src="./preview.png" width="200" alt="Python Chess AI Program">

Getting started

Download the repository and install the numpy dependency:

git clone git@github.com:Dirk94/ChessAI.git
cd ChessAI
pip3 install numpy

Run the program and start playing chess! ♟️

python3 main.py

Example Moves

Moves should have the following format:

A2 A4

This will move the piece from position A2 to A4.

View on GitHub
GitHub Stars101
CategoryDevelopment
Updated9d ago
Forks31

Languages

Python

Security Score

80/100

Audited on Mar 28, 2026

No findings