diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-05-29 23:17:54 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-05-29 23:17:54 +0000 |
| commit | ebab48b5ccdb1afc921c19dc29faeace9853e0d6 (patch) | |
| tree | bb6c1fafef220c02f5019c3bbc7a58d6d61effd5 /manual/plugins | |
| parent | ca63d2f1a2d6fcbc9619237e9e4954480a4eb016 (diff) | |
| download | rockbox-ebab48b5ccdb1afc921c19dc29faeace9853e0d6.zip rockbox-ebab48b5ccdb1afc921c19dc29faeace9853e0d6.tar.gz rockbox-ebab48b5ccdb1afc921c19dc29faeace9853e0d6.tar.bz2 rockbox-ebab48b5ccdb1afc921c19dc29faeace9853e0d6.tar.xz | |
FS#7235 by Mauricio Peccorini: update manual to match recent chessbox changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13519 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/chessbox.tex | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex index ff6068e..0bb9528 100644 --- a/manual/plugins/chessbox.tex +++ b/manual/plugins/chessbox.tex @@ -3,8 +3,20 @@ \screenshot{plugins/images/ss-chessbox}{Chessbox}{img:chessbox} Chessbox is a chess game with computer AI. The chess engine is a port of GNU Chess 2 by John Stanback. + +It also works as a PGN file viewer. Instead of executing the game from the +plugin menu, look for any file with \fname{.pgn} extension in the file browser +and execute it. Chessbox will show the list of matches included in the file +and allow you to select the one you want to watch. After that, you can scroll +back and forth through the moves of the game. If the menu is invoked while in +the viewer, the user is allowed to select a new match from the same file or +quit the game. + When you quit the game the current state will be saved and restored when -you resume the game. +you resume the game. The menu also allows the user to reload the last game +saved, save the current position and start a new game without having to quit +the game. + \opt{recorder,recorderv2fm,ondio}{ \note{This plugin will stop playback.} } @@ -45,6 +57,6 @@ you resume the game. \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower} - & Quit\\ + & Show the menu\\ \end{btnmap} \end{table} |