summaryrefslogtreecommitdiff
path: root/manual/plugins/snake2.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-02-28 16:33:04 +0000
committerMartin Arver <martin.arver@gmail.com>2006-02-28 16:33:04 +0000
commit744051bd65b86b9b6f31809dd073a75c47214a40 (patch)
tree2e9588e9aaa4d3f5915b92ddd2579f84f138ee15 /manual/plugins/snake2.tex
parent71f9c5360e90849709aea1cac324a281d5ed016f (diff)
downloadrockbox-744051bd65b86b9b6f31809dd073a75c47214a40.tar.gz
rockbox-744051bd65b86b9b6f31809dd073a75c47214a40.zip
Clean up of the autogenerated tables. Should probably use scalebox and booktabs for the tables in the future.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8868 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/snake2.tex')
-rw-r--r--manual/plugins/snake2.tex59
1 files changed, 13 insertions, 46 deletions
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index 1bb6eccb41..093cada648 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -13,53 +13,20 @@ into itself.
13 13
14The controls are: 14The controls are:
15 15
16\begin{center}\begin{tabular}{|p{5.0550003cm}|p{7.984cm}|} 16\begin{table}[h!]
17\begin{center}
18\begin{tabular}{|c|c|}
17\hline 19\hline
18{\centering\bfseries\itshape 20KEY & ACTION \\\hline
19KEY 21UP/DOWN & (in menu) Set game speed \\\hline
20\par} 22F1 & (in menu) Change starting maze \\\hline
21& 23F3 & (in menu) Select game type (A or B) \\\hline
22{\centering\bfseries\itshape 24UP/DOWN/LEFT/RIGHT & Steer the snake \\\hline
23ACTION 25PLAY & Pause the game \\\hline
24\par} 26STOP & Exit the game \\\hline
25\\\hline 27\end{tabular}
26{\centering 28\end{center}
27UP/DOWN 29\end{table}
28\par}
29&
30(in menu) Set game speed
31\\\hline
32{\centering
33F1
34\par}
35&
36(in menu) Change starting maze
37\\\hline
38{\centering
39F3
40\par}
41&
42(in menu) Select game type (A or B)
43\\\hline
44{\centering
45UP/DOWN/LEFT/RIGHT
46\par}
47&
48Steer the snake
49\\\hline
50{\centering
51PLAY
52\par}
53&
54Pause the game
55\\\hline
56{\centering
57STOP
58\par}
59&
60Exit the game
61\\\hline
62\end{tabular}\end{center}
63In game A, the maze stays the same, in Game B 30In game A, the maze stays the same, in Game B
64after an increasing number of apples eaten the maze is replaced by a 31after an increasing number of apples eaten the maze is replaced by a
65new one. 32new one.