Skip to content

2016rshah/Tic-Hack-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published