Skip to content

nikashahabi/othello-game-with-adversarial-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages