Version 0.1.1 - 30th October 2009

Samuel Online Help File

Intro

There are many draughts variants. Samuel plays the version known as English draughts (also called American checkers).

Board Numbering System

There is a standard numbering system where the squares are numbered from 1 to 32 as shown in the images below. These numbers are used to show moves in the game information panel. They are also used when loading/saving games in the standard format.

Draughts numbering system image Draughts numbering system image flipped

Playing the Game

Samuel Screen shot

The image above illustrates the various areas.

Setting the Players

Through the Options menu bar option you can set up the computer player.

The options are:

If you are playing as white against the computer you can enable the 'flip the board' feature so that the white pieces are at the bottom of the board.

Setting the Computers Level of Play

The computers skill level depends on its search depth and time limit.
It can use a search depth between 1 (weakest level of play) and 52 (strongest level of play).

There are 3 preset skill levels:

There is also a user-defined skill level which allows you to set a search depth between 1 and 52. To set the lowest level use user-defined level and set the search depth to 1. When using a high search depth the computer will take a long time to make its move. You can set a time limit to force it to move within a certain time.

Position Edit

Go into position edit to add/remove pieces from the board and to change the side to move. You can press the 'delete' key to remove all pieces and start with an empty board.

Change the Board Size

To make the board bigger hold down CTRL and + keys.
To make the board smaller hold down CTRL and - keys.
To reset the board to normal size press CTRL and 0 keys.

Information Panel

Information Panel image
The information panel displays details of the computers move.

This example indicates that:

You can turn it on/off through the options on the menu bar.

Status Bar

The Status bar displays whose turn it is to move.
You can turn it on/off through the options on the menu bar.

Loading/Saving Games

Games can be loaded/saved using the File option on the menu bar. Games are saved in the standard pdn format. The files will be saved with a .pdn extension. pdn files include the move history and you can rewind the game with the game review buttons.
You can also copy/paste the game to/from the clipboard in the standard fen and pdn formats. You can load games saved by other programs if they are in the standard format.

Summary of keyboard commands

KeysFunction
CTRL+NNew Game
CTRL+OLoad Game
CTRL+SSave Game
CTRL+QQuit Game
CTRL+HDisplay this online Help Screen
mMove Now - press this to make the computer move immediately
when it's taking a long time thinking
CTRL+CCopy game to clipboard (in PDN format)
CTRL+VPaste game from clipboard (in PDN format)
CTRL++Increase the board size
CTRL+-Decrease the board size
CTRL+0Reset board size to default size
gSame as the 'Go' button. Its main use is to start the game (make the computer move)
when it's stopped.
deleteClear the board when in position edit mode
rRetract last move
[rewind 1 move
]forward 1 move
{rewind to start of game
}forward to end of game
3 Used for opening book. See below..
2 Used for opening book. See below.
4 Used for opening book. See below.
6 Used for opening book. See below.
K Used for opening book. See below.
S Used for opening book. See below.

Opening Book

The file opening.gbk contains moves for the opening book.
It comes from guicheckers pre-seeded with opening moves.

You can modify it with these commands:

When saving the opening book is saved to ~/.samuel/opening.gbk. When loading at startup it's loaded first from ~/.samuel/opening.gbk. If not found there it will be loaded from the same directory as the program. After a standard install the program directory will be read only which is why 'save' always saves to ~/.samuel/opening.gbk.

Most people will not want to modify the opening book.

Endgame Databases

These are contained in the files 2pc.cdb, 3pc.cdb and 4pc.cdb.
They can be created by running the program genalldatabases.

Acknowledgements

Samuel is based on guicheckers.