summaryrefslogtreecommitdiff
path: root/manual/plugins/reversi.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-10-08 17:38:43 +0000
committerAlexander Levin <al.le@rockbox.org>2009-10-08 17:38:43 +0000
commit3e57104c5a9bc9f0532efe86cf892319afc3532f (patch)
tree292627617aa124bad13bc9f1808e7b6efa5e9bdd /manual/plugins/reversi.tex
parent998db963ca074efbd936cefd1458c9039e50ec23 (diff)
downloadrockbox-3e57104c5a9bc9f0532efe86cf892319afc3532f.tar.gz
rockbox-3e57104c5a9bc9f0532efe86cf892319afc3532f.zip
Manual entry for the reversi game
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23009 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/reversi.tex')
-rw-r--r--manual/plugins/reversi.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/manual/plugins/reversi.tex b/manual/plugins/reversi.tex
new file mode 100644
index 0000000000..d1996629f7
--- /dev/null
+++ b/manual/plugins/reversi.tex
@@ -0,0 +1,8 @@
1\subsection{Reversi}
2
3This is a simple implementation of the Reversi game. The objective of
4the game is to have a majority of own colored pieces showing at the end
5of the game. The game rules can be found in the internet.
6
7You can choose to play manually (you place both the white and dark pieces)
8or to play against a (not very smart) robot.