Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 301 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 301 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 init
$ stack build
$ stack exec ttt