summaryrefslogtreecommitdiff
path: root/manual/plugins/sokoban.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-06-04 16:32:50 +0000
committerNils Wallménius <nils@rockbox.org>2006-06-04 16:32:50 +0000
commitae4560f3881e1220722072be450fe30cf688f5f9 (patch)
treea48b858c71278fb42e51485a6b1474a2f12cbb25 /manual/plugins/sokoban.tex
parentf95dd56a2cfd1df77a3fc5beb664a8fb2018b80a (diff)
downloadrockbox-ae4560f3881e1220722072be450fe30cf688f5f9.tar.gz
rockbox-ae4560f3881e1220722072be450fe30cf688f5f9.zip
New keypress table for sokoban and x5screenshot
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10052 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/sokoban.tex')
-rw-r--r--manual/plugins/sokoban.tex41
1 files changed, 31 insertions, 10 deletions
diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex
index cc8679619e..564ea32d1e 100644
--- a/manual/plugins/sokoban.tex
+++ b/manual/plugins/sokoban.tex
@@ -5,17 +5,38 @@ The object of the game is to push boxes into their correct position in a
5crowded warehouse with a minimal number of pushes and moves. The boxes 5crowded warehouse with a minimal number of pushes and moves. The boxes
6can only be pushed, never pulled, and only one can be pushed at a time. 6can only be pushed, never pulled, and only one can be pushed at a time.
7 7
8The controls are:
9
10\begin{table} 8\begin{table}
11\begin{btnmap}{}{} 9\begin{btnmap}{}{}
12UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\ 10\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
13F1 & Back to previous level \\ 11 {\ButtonUp, \ButtonDown,}
14F2 & Restart level \\ 12\opt{IPOD_4G_PAD}{\ButtonMenu, \ButtonPlay,}
15F3 & Go to next level \\ 13 \ButtonLeft, \ButtonRight
16ON & Undo last movement \\ 14 & Move the ``sokoban'' up, down, left or right\\
17OFF & Exit sokoban \\ 15\opt{RECORDER_PAD}{\ButtonFOne}
16\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
17\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
18\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonLeft}
19\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown}
20 & Back to previous level \\
21\opt{RECORDER_PAD}{\ButtonFTwo}
22\opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
23\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
24\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonPlay}
25\opt{IAUDIO_X5_PAD}{\ButtonRec}
26 & Restart level \\
27\opt{RECORDER_PAD}{\ButtonFThree}
28\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
29\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
30\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonRight}
31\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonUp}
32 & Go to next level \\
33\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
34\opt{ONDIO_PAD}{\ButtonMenu}
35\opt{IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
36 & Undo last movement \\
37\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
38\opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
39\opt{IAUDIO_X5_PAD}{\ButtonPower}
40 & Exit sokoban \\
18\end{btnmap} 41\end{btnmap}
19\end{table} 42\end{table}
20
21