Generic Game-Tree Library 2.1.3 review

Download
by rbytes.net on

GGTL is a library designed to make it easier to program games in C

License: GPL (GNU General Public License)
File size: 0K
Developer: Stig Brautaset
0 stars award from rbytes.net

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