Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 908 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 908 Bytes

Game Gif

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.

Usage

$ cabal update
$ cabal install Tic-Tac-Toe
$ Tic-Tac-Toe

Name

Tic-Hack-Toe. Get it? Because the Tic-Tac-To game was made at a hackathon and also because it was made in Haskell 😎.

TODO

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