Skip to content

saeednj/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reversi

A web-based version of Reversi with AI. You can play it here.

The computer player uses alpha-beta pruning. It plays in 3 different difficulty levels: easy, medium and hard, where the only difference is the maximum depth of the game tree explored (1, 2 and 4, respectively).