Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 290 Bytes

TicTacToe

Tic Tac Toe AI

To run

  1. Install stack. stack is a build tool for Haskell.
  2. Download this repository.
  3. Then you can run this as below.
$ cd TicTacToe/
$ stack build
$ stack exec ttt