@hackage tic-tac-toe0.1
Useful if reading "Why FP matters" by John Hughes
Categories
License
BSD-3-Clause
Maintainer
asenov79@students.rowan.edu
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1 Sun, 30 Mar 2008
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.