Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 306 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 306 Bytes

Reversi

Implementation of minimax with alpha-beta pruning for the game of reversi

Heuristic Board Evaluation

the AI takes into account the following during the heuristic board evaluation:

  • piece differential
  • board coverage
  • corner occupancy
  • corner closeness
  • mobility