From afa5ac451d9ae5a050efba55c01231db011b6b6b Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Fri, 3 Apr 2009 21:45:38 +0000 Subject: Add a short description of the rocklife plugin to the manual. Also add the .cells files to the table of supported files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20613 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/rocklife.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manual/plugins/rocklife.tex (limited to 'manual/plugins/rocklife.tex') diff --git a/manual/plugins/rocklife.tex b/manual/plugins/rocklife.tex new file mode 100644 index 0000000000..44e6424b56 --- /dev/null +++ b/manual/plugins/rocklife.tex @@ -0,0 +1,14 @@ +\subsection{Rocklife} + +This an implementation of J. H. Conway's Game of Life (see +\url{http://en.wikipedia.org/wiki/Conway\%27s_Game_of_Life} for a detailed +description). + +Rockbox can open files with a configuration description (\fname{.cells} files). +Just ``play'' such file and the game configuration stored in it will be loaded +into this plugin. + +A \fname{.cells} file is a text file. A capital `O' marks a live cell, a dot +marks a dead cell, all other characters are ignored. Everything on a line +starting with an exclamation sign (and including it) is a comment and is +ignored. -- cgit v1.2.3