Skip to content

An AI chess engine in Python, implemented using Minimax Algorithm, uses python-chess module as Rule Base System, and pygame module as a GUI.

Notifications You must be signed in to change notification settings

abecus/AI-Chess-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Chess-Engine

A simple chess engine using AI (minimax tree)

Implementation of AI Algorithms.

--Installation:

clone the this reporitory using, https://github.com/abecus/AI-Chess-Engine.git

--Running:

cd AI-Chess-Engine

python3 main.py

About

An AI chess engine in Python, implemented using Minimax Algorithm, uses python-chess module as Rule Base System, and pygame module as a GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages