FS#12828 : french update
[maemo-rb.git] / manual / plugins / rocklife.tex
blob846e0b224f6650b49636d2df5c2040008e335023
1 \subsection{Rocklife}
3 This an implementation of J. H. Conway's Game of Life (see
4 \url{http://en.wikipedia.org/wiki/Conway\%27s_Game_of_Life} for a detailed
5 description).
7 Rockbox can open files with a configuration description (\fname{.cells} files).
8 Just ``play'' such file and the game configuration stored in it will be loaded
9 into this plugin.
11 A \fname{.cells} file is a text file. A capital `O' marks a live cell, a dot
12 marks a dead cell, all other characters are ignored. Everything on a line
13 starting with an exclamation sign (and including it) is a comment and is
14 ignored.
16 \begin{btnmap}
17 \PluginSelect
18 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
19 & Play/pause\\
21 \PluginDown
22 \opt{HAVEREMOTEKEYMAP}{& \PluginRCDown}
23 & Change growth mode\\
25 \PluginRight
26 \opt{HAVEREMOTEKEYMAP}{& \PluginRCRight}
27 & Next generation\\
29 \PluginLeft
30 \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft}
31 & Status (only when paused)\\
33 \PluginCancel
34 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
35 & Exit\\
36 \end{btnmap}