/combotrain

JavaScript games

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

JavaScript Games

Written in Haskell. Requires the Haste compiler.

Play now!

  • 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.