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

https://github.com/mehditeymorian/othello-game

Implementation of Othello game with model training using evolutionary algorithms
https://github.com/mehditeymorian/othello-game

ai evolutionary-algorithms genetic-algorithm genetic-programming model-training

Last synced: 3 months ago
JSON representation

Implementation of Othello game with model training using evolutionary algorithms

Awesome Lists containing this project

README

          

# Othello-Game
Implementation of Othello game with model training using a heuristic evolutionary alogrithm.
This project consists of three sections, game logic, Minimax as a decision rule, which the model chooses the actions upon, and training the model using evolutionary alogirthm. [Technical Report](http://dx.doi.org/10.13140/RG.2.2.24354.91846).

![Shakespeare Tragedy](https://github.com/mehditeymorian/Othello-Game/blob/master/Assets/othello-shakespeare.jpg)

### Play the game
refer to [Releases](https://github.com/mehditeymorian/Othello-Game/releases) for latest version of game to play.

![Game Start](https://github.com/mehditeymorian/Othello-Game/blob/master/Assets/game-start.png)

![Game play](https://github.com/mehditeymorian/Othello-Game/blob/master/Assets/game-playing.png)

## Acknowledgement
I would like to express my thanks of gratitude to amazing Haniye who helped me complete this project.