1
0
Fork 0
forked from len0rd/rockbox

Manual entry for the reversi game

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23009 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2009-10-08 17:38:43 +00:00
parent 998db963ca
commit 3e57104c5a
2 changed files with 10 additions and 0 deletions

View file

@ -58,6 +58,8 @@ text files%
\opt{lcd_bitmap}{\input{plugins/pong.tex}} \opt{lcd_bitmap}{\input{plugins/pong.tex}}
\opt{lcd_bitmap}{\input{plugins/reversi.tex}}
\opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}} \opt{lcd_bitmap}{\input{plugins/robotfindskitten.tex}}
{\input{plugins/rockblox.tex}} {\input{plugins/rockblox.tex}}

View file

@ -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.