Written in Haskell. Requires the Haste compiler.
-
Tic Tac Toe: Human moves first. Computer opponent minimaxes the full game tree with no pruning, which is tolerable on modern systems.
-
Netwalk: Rewrite of my C implementation of a puzzle game.
-
Chess: Searches a few ply. Evaluation function only scores material.
-
Breakthrough: Searches a few ply. Evaluation function only scores material.
-
Peg Solitaire: English board.