Bored, tired, or just need a break? Play a quick game of tic tac toe against your computer in the command line!
Programmed in Haskell with ❤️ at Hack the North 2015.
$ cabal update
$ cabal install Tic-Tac-Toe
$ Tic-Tac-Toe
Tic-Hack-Toe. Get it? Because the Tic-Tac-To game was made at a hackathon and also because it was made in Haskell 😎.
I would love any contributions! Feel free to open up an issue or a PR if you think you can help. The code is pretty simple, so its even pretty beginner friendly.
- Add tests
- Fix AI to not just choose the first possible move if it doesn't have a move it needs to make
- Apparently X goes first, not O, so fix that
- Look into colored output for the X's and the O's for a better UI