HTicTacToe: An SDL tic-tac-toe game.

[ game, graphics, mit, program ] [ Propose Tags ]

Another tic-tac-toe game in Haskell using the SDL bindings.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2
Dependencies array, base (>=4 && <5), mtl, random, SDL, SDL-image, SDL-ttf [details]
License MIT
Author Korcan Hussein
Maintainer korcan_h@hotmail.com
Category Game, Graphics
Home page http://github.com/snkkid/HTicTacToe
Uploaded by KorcanHussein at 2010-05-01T08:26:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables HTicTacToe
Downloads 2304 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-25 [all 16 reports]

Readme for HTicTacToe-0.2

[back to package description]
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