@hackage HTicTacToe0.2
An SDL tic-tac-toe game.
Categories
License
MIT
Maintainer
korcan_h@hotmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
HTicTacToe
Author: Korcan Hussein
Install
runhaskell Setup.hs configure --user runhaskell Setup.hs build runhaskell Setup.hs install
How to Play
You are either X or O, select an empty area in the grid you want to pick, get 3 in a row or column or across and you win!
Game Options
Pick Who starts:
HTicTacToe --start=Ai/Player
Pick your type:
HTicTacToe --player=o/x
Both:
HTicTacToe --start=Ai/Player --player=o/x