Haskell program that simulates the classic game Tic Tac Toe to play against an intelligent agent designed using the Minimax algorithm, to make optimal decisions.
The Memoria.pdf
file details all the functions and decisions made throughout the project.