Skip to content

AlexPetrusca/CheckersJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckersJS

  • Negamax algorithm with alpha-beta pruning
  • Transposition table + quiessence search implementation
  • Efficient board representation and move set generation
  • Heuristic evaluation function that accounts for the value of each piece and its position on the board
  • 14+ ply depth search

You can play against my AI using the following link: https://alexpetrusca.github.io/checkers

Releases

No releases published

Packages

No packages published