Popularity
5.4
Declining
Activity
0.0
Stable
11
2
4

Monthly Downloads: 16
Programming language: Haskell
License: Apache License 2.0
Tags: Game    

Tic-Tac-Toe alternatives and similar packages

Based on the "Game" category.
Alternatively, view Tic-Tac-Toe alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Tic-Tac-Toe or a related project?

Add another 'Game' Package

README

Tic-Hack-Toe

[Game Gif](screen_shots/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 :heart: 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 :sunglasses:.

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