Document line selector color config file settings (FS#8880 by Justin Hannigan).
[Rockbox.git] / manual / plugins / snake.tex
blob76f278089002f1e2ef75cccf305ac3bd48abb152
1 \subsection{Snake}
2 \screenshot{plugins/images/ss-snake}{Snake}{fig:snake}
4 This is the popular snake game. The aim is to grow your snake as large
5 as possible by eating the dots that appear on the screen. The game will
6 end when the snake touches either the borders of the screen or itself.
8 \begin{table}
9 \begin{btnmap}{}{}
10 \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp/\ButtonDown}
11 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
12 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
13 & Change levels (1 is slowest, 9 is fastest)\\
15 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
16 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
17 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
18 \opt{ONDIO_PAD}{\ButtonMenu}
19 & Toggle Play/Pause\\
21 \end{btnmap}
22 \end{table}