diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2011-01-08 16:32:56 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2011-01-08 16:32:56 +0000 |
| commit | 17585a991cdd045ea5a166dd78d609262ebf3efb (patch) | |
| tree | f2eadff15e53114900b5d0456f2ac877040add88 /manual/plugins | |
| parent | 1c06d83c1527bb39436c922815e9f9d55318d072 (diff) | |
| download | rockbox-17585a991cdd045ea5a166dd78d609262ebf3efb.zip rockbox-17585a991cdd045ea5a166dd78d609262ebf3efb.tar.gz rockbox-17585a991cdd045ea5a166dd78d609262ebf3efb.tar.bz2 rockbox-17585a991cdd045ea5a166dd78d609262ebf3efb.tar.xz | |
Add AI to the pong plugin, to allow single-player operation.
Part of FS#5855 by Travis Hyyppa (the colour changes were removed from the patch)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29007 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/pong.tex | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex index 1e4d9b8..adc9dd4 100644 --- a/manual/plugins/pong.tex +++ b/manual/plugins/pong.tex @@ -1,6 +1,12 @@ \subsection{Pong} \screenshot{plugins/images/ss-pong}{Pong}{img:pong} -Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores. +Pong is a simple one or two player ``tennis game''. Whenever a player misses the ball the other scores. + +The game starts in demo mode, with the CPU controlling both sides. + +As soon as a button to control one of the paddles is pressed, control of that paddle passes to the player, +so for a single player game, just press the appropriate buttons to control the side you want to play. For +a two player game, both players should just press the appropriate buttons for their side. \begin{btnmap} \opt{RECORDER_PAD}{\ButtonFOne} |