diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-10-08 17:38:43 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-10-08 17:38:43 +0000 |
| commit | 3e57104c5a9bc9f0532efe86cf892319afc3532f (patch) | |
| tree | 292627617aa124bad13bc9f1808e7b6efa5e9bdd | |
| parent | 998db963ca074efbd936cefd1458c9039e50ec23 (diff) | |
| download | rockbox-3e57104c5a9bc9f0532efe86cf892319afc3532f.zip rockbox-3e57104c5a9bc9f0532efe86cf892319afc3532f.tar.gz rockbox-3e57104c5a9bc9f0532efe86cf892319afc3532f.tar.bz2 rockbox-3e57104c5a9bc9f0532efe86cf892319afc3532f.tar.xz | |
Manual entry for the reversi game
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23009 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/plugins/main.tex | 2 | ||||
| -rw-r--r-- | manual/plugins/reversi.tex | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index 02911bd..00eb836 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -58,6 +58,8 @@ text files% \opt{lcd_bitmap}{\input{plugins/pong.tex}} +\opt{lcd_bitmap}{\input{plugins/reversi.tex}} + \opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}} {\input{plugins/rockblox.tex}} diff --git a/manual/plugins/reversi.tex b/manual/plugins/reversi.tex new file mode 100644 index 0000000..d199662 --- /dev/null +++ b/manual/plugins/reversi.tex @@ -0,0 +1,8 @@ +\subsection{Reversi} + +This is a simple implementation of the Reversi game. The objective of +the game is to have a majority of own colored pieces showing at the end +of the game. The game rules can be found in the internet. + +You can choose to play manually (you place both the white and dark pieces) +or to play against a (not very smart) robot. |