Skip to content

aliimran2000/Chess-Engine-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Playing Bot

Chess AI with variable difficulty level implemented using the MiniMax AB-Pruning Algorithm

Getting Started

Dependencies

pip install pipenv

Installing

pipenv shell

Executing programs

cd chess-ai
python3 main.py

Tinkering Settings

  • difficulty can be set by changing the MOVES_DEPTH value in settings.py ; higher value means increased difficulty.
  • piece colors can be changed by editing.
_MY_COLOR = 'b'
_O_COLOR = 'w'
  • and for the board
_BOARDS_COLORS

About

Python Implementation of Chess Playing AI with variable difficulty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages