This is a collaboration to complete the project of the Artificial Intelligence Course at FCAI CU.
The game is played in the mode human vs computer
Minmax algorithm with alpha-beta pruning is used to control the computer behaviour
You can play the game online to get familiar with how it works: https://www.eothello.com/
- Always
git pullbefore you push any new edits - Separate commits where each commit has a certain change
- Do NOT push all work in just one commit (unless the edit is small)
- Write a meaningful message in the commit message