                       GTP Demonstration Programs

twogtp    : a very useful perl script for playing two gtp processes together.

twogtp-a  : alternative implementation

2ptkgo.pl : Requires perltk and the next program. Plays two gtp processes 
            together with graphical display

ttgo.pm   : required by 2ptkgo.pl

gtp2_6    : patch to GNU Go 2.6 allowing use of the gtp with a
            limited command set sufficient to use twogtp.

vanilla.c : Not useful by itself, this program shows how to spawn a gtp
            process using fork() and exec(). It behaves just like GNU Go
            and could be modified into any number of useful programs such
            as a gtp/gmp mediator.

metamachine.c : This program sits between a gtp controller and an
                engine intercepting gtp commands and processing
            them. When the gtp engine is gnugo, it gives an
            alternative move generation scheme (though a weaker
            engine).

sgf2tst   : A perl script that produces a gtp test script from an sgf file

                

