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:
parent
998db963ca
commit
3e57104c5a
2 changed files with 10 additions and 0 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
8
manual/plugins/reversi.tex
Normal file
8
manual/plugins/reversi.tex
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue