cx-0.1.0.0: Chess eXperiment

Safe HaskellNone
LanguageHaskell2010

Game.Chess.Negamax

Synopsis

Documentation

negamax :: Int -> Color -> GameTree -> Int #

(Maybe) an implementation of a negamax algorithm.

This is the stupidest thing that could possibly work. It does not do alpha-beta pruning or anything along those lines, and thus is stupidly inefficient.