Skip to content

lobaudoux/chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

The chess game with an AI.

The AI is implemented using the minimax algorithm with alpha-beta pruning.

It requires the pygame library to run.

Usage: python3 main.py $WHITE_PLAYER_TYPE $BLACK_PLAYER_TYPE

The $PLAYER_TYPE must be either HUMAN or AI.

If no arguments are passed, you'll play as white and the AI will play as black.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages