Skip to content

Ballemons/combotrain

 
 

Repository files navigation

JavaScript Games

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.

About

JavaScript games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.1%
  • Haskell 26.6%
  • Makefile 0.3%