Skip to content
sebastianriese edited this page Jun 7, 2012 · 5 revisions

baghchal is an implementation of the baghchal board game.

Graphical Frontend

A Python/Tk based front-end named tkchal is provided.

Setting up tkchal

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).

Clone this wiki locally