Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages