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

Latest commit

 

History

History
11 lines (7 loc) · 294 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 294 Bytes

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.