Skip to content

atulshgl/Reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Reversi

A program to get the best next move for a player in Reversi. The program takes current board state, current player and depth as input then apply minimax algorithm and alpha-beta pruning till the given depth to get the next board state. It also generates logs for all the decisions made by minimax algorithm.

Releases

No releases published

Packages

No packages published

Languages