Generic Game-Tree Library 2.1.3 review
DownloadGGTL is a library designed to make it easier to program games in C
|
|
GGTL is a library designed to make it easier to program games in C. Generic Game-Tree Library provides an AI that is able to play most 2 player strategic games.
Nim, Tic-Tac-Toe, Reversi (aka Othello), Connect-4 and Chess are all examples of games that can all be implemented using GGTL.
GGTL comes with game-specific extensions that enables it to play Nim and Reversi almost out of the box. Please see the documentation for details.
What's New in This Release:
The horrible new getter/setter interface introduced in 2.1.2 has been removed.
There are explicit ggtl_set_float() and ggtl_get_float() functions instead now.
Generic Game-Tree Library 2.1.3 keywords