An open API service indexing awesome lists of open source software.

https://github.com/ericadamski/othello

A simple Othello game with an AI using MinMax and alpha-beta pruning
https://github.com/ericadamski/othello

Last synced: 10 months ago
JSON representation

A simple Othello game with an AI using MinMax and alpha-beta pruning

Awesome Lists containing this project

README

          

## Othello
#### With AI

A simple Othello with ability to play :
- Two humans
- Against a simple AI using one of two heuristics
- Two AIs against each other

###### AI Was built using the ```Minmax``` algorithm with alpha-beta pruning

Basic UI Code taken from : [@JDub20](https://github.com/JDub20/othello)!
Thank you! :thumbsup: