Skip to content

SharangP/othello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#othello

####An Othello AI written in C++

The game of Othello is played with black and white disks as documented on Wikipedia. This project is a command line (ASCII) version of the game. The AI for the game implements a minimax A* Search with iterative deepening. The heuristic function for the game accounts for the number of pieces, edge count, corners, mobility, and frontier pieces.

About

An Othello AI written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published