Skip to content

This Chess engine is developed in Python and uses Alphabeta Algorithms for the pruning of tress. This engine is complete 1 player game and the user will play against the AI, which plays it's best possible next move and the game continues until one wins.

Notifications You must be signed in to change notification settings

gauravahlawat81/Chess-Engine-using-Alphabeta-Algorithm.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-Engine-using-Alphabeta-Algorithm.

This Chess engine is developed in Python and uses Alphabeta Algorithms for the pruning of tress. This engine is complete 1 player game and the user will play against the AI, which plays it's best possible next move and the game continues until one wins. For playing the game,use the Alphabeta.py file. For entering your move use the format "x1y1x2y2 ", where (x1,y1) are the initial cordinates of the piece and (x2,y2) the coordinates of final position.

About

This Chess engine is developed in Python and uses Alphabeta Algorithms for the pruning of tress. This engine is complete 1 player game and the user will play against the AI, which plays it's best possible next move and the game continues until one wins.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages