tic-tac-toe: Useful if reading "Why FP matters" by John Hughes

[ bsd3, game, program ] [ Propose Tags ]

An attempt to implement the minimax algorithm using tic-tac-toe


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base, glade, gtk, haskell98 [details]
License BSD-3-Clause
Author Hristo Asenov
Maintainer asenov79@students.rowan.edu
Category Game
Home page http://ecks.homeunix.net
Uploaded by HristoAsenov at 2008-03-30T12:50:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables tic-tac-toe
Downloads 1200 total (3 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 2017-01-03 [all 8 reports]

Readme for tic-tac-toe-0.1

[back to package description]
This program installs the program tic-tac-toe, which uses gtk to render the graphics. It uses a minimax algorithm with alpha-beta pruning on the inside to determine best moves and play against you.