Chapter 12. Plugins
100
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.
Key
Action
Rewind
Left player up
Rec
Left player down
Forward
Right player up
Play
Right player down
Long
Menu
Quit
12.1.20. Puzzles
WARNING!
Image not found
Figure 12.17.: “Cube” from Puzzles
WARNING!
Image not found
Figure 12.18.: “Map” from Puzzles
“Puzzles” is a port of Simon Tatham’s Portable Puzzle Collection. For documenta-
tion on the games included, please visit (
http://www.chiark.greenend.org.uk/~sgtatham/
12.1.21. Reversi
This is a simple implementation of the Reversi game. The objective of the game is to
have a majority of own coloured 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.
The Rockbox manual
(version 3.14)
MPIO HD300