Skip to content

jayaram-karthik/reversi-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published