Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

avestura/othello-ai-minmax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Othello AI

Experimenting different AIs for the Othello board game with some customized rules. This project includes these AIs:

  • Greedy
  • Random
  • Huristic with MinMax Tree and Alpha-Beta pruning

Notes

  • This is an old legacy project. I've written it when I was a BSc Student.