A basic tic tac toe game (along with the minimax AI algorithm) implemented in Haskell.
To run this package you'll need to:
- Install the Haskell Platform which includes GHC, Cabal and Stack build tools.
- Clone the repo
- enter
stack run
on the project directory
Preview: