PrologHub

Game tree tutorial

2019-07-31
Robert Laing

An example of what computer science textbooks call "adversarial search" using the minimax and alpha-beta theorems to create an AI game player written in Prolog.


Visit website

Tags: alphabeta minimax game-tree