Simple command line tic-tac-toe in Haskell.
>> :main
| |
---+---+---
| |
---+---+---
| |
Enter number 1-9
To play, clone the repo and then run:
stack build
stack run
Or just run ghci and :main
:
stack ghci
:main
TODO:
- UI?
- "AI" / 1 player mode?