/Reversi

AI game using Python

Primary LanguagePython

Environment

Python 2.7

Dependancies:

   PyGame (must install -> e.g pip install pygame)

Running method:

python main.py

Change AI type:

paste different AI to the main folder form each AI sub-folder.

AI type

-AlphaBeta -Greedy -MinMax

AI ability

MinMax react time (according to my mac)

Image from report, page 5

AlphaBeta react time

Image from report, page 6

Game preview

Terminal output the running log Screen Shot 2017-12-10 at 11.29.35 P

previe