summaryrefslogtreecommitdiff
path: root/manual/plugins/pong.tex
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2011-01-08 16:32:56 +0000
committerFrank Gevaerts <frank@gevaerts.be>2011-01-08 16:32:56 +0000
commit17585a991cdd045ea5a166dd78d609262ebf3efb (patch)
treef2eadff15e53114900b5d0456f2ac877040add88 /manual/plugins/pong.tex
parent1c06d83c1527bb39436c922815e9f9d55318d072 (diff)
downloadrockbox-17585a991cdd045ea5a166dd78d609262ebf3efb.tar.gz
rockbox-17585a991cdd045ea5a166dd78d609262ebf3efb.zip
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/pong.tex')
-rw-r--r--manual/plugins/pong.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index 1e4d9b840b..adc9dd4a39 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -1,6 +1,12 @@
1\subsection{Pong} 1\subsection{Pong}
2\screenshot{plugins/images/ss-pong}{Pong}{img:pong} 2\screenshot{plugins/images/ss-pong}{Pong}{img:pong}
3Pong is a simple two player ``tennis game''. Whenever a player misses the ball the other scores. 3Pong is a simple one or two player ``tennis game''. Whenever a player misses the ball the other scores.
4
5The game starts in demo mode, with the CPU controlling both sides.
6
7As soon as a button to control one of the paddles is pressed, control of that paddle passes to the player,
8so for a single player game, just press the appropriate buttons to control the side you want to play. For
9a two player game, both players should just press the appropriate buttons for their side.
4 10
5\begin{btnmap} 11\begin{btnmap}
6 \opt{RECORDER_PAD}{\ButtonFOne} 12 \opt{RECORDER_PAD}{\ButtonFOne}