Skip to content

kerimdemir9/Chess-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Chess Bot

Chess Bot created with min-max + alpha-beta algortihm. helper.py has the evaluation functions

As level gets higher, the amount of depth that is looked at min-max increases, thus the quality of the moves also increase. (Time it takes to move increases) At level 5 you can play a game with little thinking time. At level 7 it takes some time for the bot to play its move.

About

A simple Chess Bot with min-max and alpha-beta pruning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages