-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sebastianriese edited this page Jun 7, 2012
·
5 revisions
baghchal
is an implementation of the baghchal board game.
A Python/Tk based front-end named tkchal
is provided.
The recommended branch for playing is ai_tuning
. After running make install
you should write the following to the file ~/.tkchal
:
[engine]
args = -r -w
This enables the use of the move database ~/.bcmoves
, which remembers the games played against you
and bases its future decisions on. For more information on configuring the front-end see [tkchal configuration](wiki/tkchal Configuration).