Skip to content

A python chess implementation using the minimax algorithm and alpha-beta pruning.

Notifications You must be signed in to change notification settings

Ahmad-Alam/chess-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-minimax

A python chess implementation using the minimax algorithm and alpha-beta pruning.

to make the alpha-beta pruning work, just copy the heuristic_chess and is_cutoff functions from the minimax.py file.

About

A python chess implementation using the minimax algorithm and alpha-beta pruning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages