Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnubg(6) [debian man page]

gnubg(6)																  gnubg(6)

NAME
gnubg - GNU Backgammon program SYNOPSIS
gnubg -bcdlpqrStvw [file.sgf] DESCRIPTIONS
GNU Backgammon gnubg (6) plays and analyzes backgammon games and matches. It is able to play and analyze both money games and tournament matches, evaluate and roll out positions, and more. OPTIONS
-b, --no-bearoff Do not use bearoff database -c, --commands=FILE Evaluate commands in FILE and exit -d, --datadir=DIR Read database and weight files from DIR -l, --lang=LANG Set language to LANG -p, --python=FILE Evaluate Python code in FILE and exit -q, --quiet Disable sound effects -r, --no-rc Do not read .gnubgrc and .gnubgautorc commands -S, --splash Show gtk splash screen -t, --tty Start on tty instead of using window system -v, --version Show version information and exit -w, --window-system-only Ignore tty input when using window system FILES
~/.gnubg/gnubgautorc, ~/.gnubg/gnubg.db, ~/.gnubg/gnubg.gtkrc AUTHORS
Joseph Heled, Oystein Johansen, Jorn Thyssen, and Gary Wong, with the assistance of many others. Bug reports go to <bug-gnubg@gnu.org>. Manual written by Christian Anthon 26 August 2014 gnubg(6)

Check Out this Related Man Page

MAKEHYPER(6)							   Games Manual 						      MAKEHYPER(6)

NAME
makehyper - generate a GNU Backgammon Hypergammon position database SYNOPSIS
makehyper [-nvh] -f filename [-r filename] [-c chequers] [-t threshold] DESCRIPTION
Hypergammon is a variation of backgammon with a much reduced number of chequers (usually three). It's possible to fully analyze this sim- plified game and generate a database of position evaluations in order to play perfectly. makehyper generates such a position evaluation database. Since many of the positions are in contact, it's not possible to generate the database in one pass; instead, makehyper iterates until the position evaluation converges. The convergence threshold can be changed with the -t option. OPTIONS
-f filename, --outfile filename Write the hypergammon database to filename. This option must be given. -r filename, --restart filename Restart calculation of the database from the given file, which should be a checkpoint from an earlier run. -c chequers, --chequers chequers Set the number of chequers in the game. The default is 3, for normal 3-chequer hypergammon. -n, --no-checkpoint Do not write a checkpoint file after each iteration. -t threshold, --threshold threshold Set the convergence threshold. The default is 1e-5. -v, --version Show version information and exit. -h, --help Display usage and exit. SEE ALSO
gnubg(6) AUTHORS
Joseph Heled, Oystein Johansen, Jorn Thyssen, and Gary Wong, with the assistance of many others <bug-gnubg@gnu.org>. This manual page was written by Russ Allbery <rra@debian.org>, for the Debian GNU/Linux system (but may be used by others). It may be redistributed and/or modified under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation (the same license as GNU Backgammon). 2006-01-15 MAKEHYPER(6)
Man Page