From 17585a991cdd045ea5a166dd78d609262ebf3efb Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 8 Jan 2011 16:32:56 +0000 Subject: 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 --- manual/plugins/pong.tex | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'manual/plugins/pong.tex') 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 @@ \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} -- cgit v1.2.3