/othello-ai-minmax

MinMax AI with Alpha-beta pruning for Othello board game

Primary LanguageJava

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.