/Tree-search-algorithms

Minmax and Alpha-beta implementation on a wargame

Primary LanguageC

Tree search algorithms

Experimentation on a small board game

Implementation of minmax and alpha-beta (with the negamax variant) in order to build an IA player.