项目作者: nikashahabi

项目描述 :
Implements an agent to play Othello with adversarial search
高级语言: Python
项目地址: git://github.com/nikashahabi/othello-game-with-adversarial-search.git


Othello Game Playing with min-max algorithm

This project implements an AI agent that can play Othello. The algorithm takes advantage of alpha-beta pruning and has a heuristic evaluation function to implement Cutting-off Search. Two agents currently play against eachother but the project can easily be modified so an agent can against a human.