Skip to content

Checkers AI written in Python that uses the negamax algorithm to select moves.

Notifications You must be signed in to change notification settings

brandon-ha/Checkers-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Checkers-AI

Checkers AI written in Python that uses the negamax algorithm to select moves.

Features:

  • Alpha-beta pruning
  • Piece-and-row-based heuristics
  • Weighted depth searching
  • Transposition table

Interfaces with checkers game implementation located here.

About

Checkers AI written in Python that uses the negamax algorithm to select moves.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages