Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 388 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 388 Bytes

Tic-Tac-Toe Minimax Haskell

A basic tic tac toe game (along with the minimax AI algorithm) implemented in Haskell.

To run this package you'll need to:

  1. Install the Haskell Platform which includes GHC, Cabal and Stack build tools.
  2. Clone the repo
  3. enter stack run on the project directory

Preview:

Game Preview