summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/plugins/main.tex2
-rw-r--r--manual/plugins/reversi.tex8
2 files changed, 10 insertions, 0 deletions
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index 02911bd1fc..00eb836abf 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -58,6 +58,8 @@ text files%
58 58
59\opt{lcd_bitmap}{\input{plugins/pong.tex}} 59\opt{lcd_bitmap}{\input{plugins/pong.tex}}
60 60
61\opt{lcd_bitmap}{\input{plugins/reversi.tex}}
62
61\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}} 63\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}}
62 64
63{\input{plugins/rockblox.tex}} 65{\input{plugins/rockblox.tex}}
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.