Skip to content
ykaragol edited this page May 22, 2015 · 6 revisions

Welcome to the checkersmaster wiki!

This project is an Implementation of Checkers Game, a turn based game. To get information about Checkers Game, please refer to Wikipedia

This implementation includes the following algorithms:

Various evaluation functions are presented such as:

  • Men Count Evaluation: This evaluation type basically evaluates which player has most men and kings.
  • Weightened Men Count Evaluation: Men and kings have different weights.
  • Playable Weightened Men Count Evaluation: If a man of king cannot play, it is not counted.
  • Ratio Weightened Men Count Evaluation: Compares not the count of men or kings, but ratio of count.
Clone this wiki locally