logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pioneersai - Computer player for Pioneers

Author

       This manual page was  written  by  Jeff  Breidenbach  <jab@debian.org>,  and  updated  by  Roland  Clobus
       <rclobus@rclobus.nl>.    Pioneers   was   written   by   Dave   Cole   <dave@dccs.com.au>,   Andy  Heroff
       <aheroff@mediaone.net>, and Roman Hodek <roman@hodek.net>, with contributions from many other  developers
       on  the  Internet;  see the AUTHORS file in the pioneers distribution for a complete list of contributing
       authors.

Description

       This manual page documents briefly the pioneersai command.

       Pioneers  is an emulation of the Settlers of Catan board game which can be played over the internet. This
       is a computer player implementation that can take part in Pioneers games.

Name

       pioneersai - Computer player for Pioneers

Options

-s,--serverserver
                   Connect to a pioneers game running on server.

       -p,--portport
                   Connect to a pioneers game running on port.

       -n,--namename
                   Specify name of the computer player.

       -a,--algorithmalgorithm
                   Specify algorithm of the computer player.  The algorithms for active partipants in a game are
                   "greedy" and "genetic".  The default  algorithm  is  "greedy".   Other  allowed  values  are:
                   lobbybot, logbot.

       --chromosome-filefilename
                   The  filename for the file that contains the chromosome for the "genetic" algorithm. When not
                   specified, the default chromosome is used.

       -t,--timemilliseconds
                   Time to wait between turns, in milliseconds. Default is 1000.

       -c,--chat-free
                   Do not chat with other players.

       --debug     Enable debug messages.

       --version   Show version information.

See Also

pioneers(6), pioneers-server-gtk(6), pioneers-server-console(6)

pioneers                                          May 20, 2014                                     pioneersai(6)

Synopsis

pioneersai [ -sserver ] [ -pport ] -nname
            [ -aalgorithm ] [ -tmilliseconds ] [ -c ]

See Also