Othello
I took an AI course at UCR this spring. I used what I learned to create an AI for Othello! I used Min-Max tree with iterative deepening (Depth = 20). I was so surprised how using alpha-beta pruning shortened the AI waiting time by a lot!! Try if you can beat my AI :)
Comments
Log in with itch.io to leave a comment.
The Ai is not very strong, but I´m still impressed. I won the first game but it was close. Well done.
Won on first try. Great Othello game!
hello mario, i'm trying to implement my otello game using Ai especially iterative deepening with c++ langage.
please can you help me?