Skip to content

Reversi game with Min-Max algorithm with alpha-beta pruning

Notifications You must be signed in to change notification settings

bill-io/reversi_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reversi

Reversi game with Min-Max algorithm with alpha-beta pruning reversi_gui specializes and implemenents the terminal interface of the game The Main class implements the Min-Max algorithm giving the right depth of the tree as parameters in the revesi class as maxLevel the max tree level as maxTime the milliseconds to stop the tree expansion and make a decision for the move