A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Patch #4823 by Nils Wallménius. Adds Pong and Sudoku to the manual.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9015 a1c6a512-1295-4272-9138-f99709370657

+28 -1
manual/plugins/images/ss-pong-112x64x1.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-pong-160x128x2.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-pong-176x132x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-pong-220x176x16.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-sudoku-112x64x1.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-sudoku-160x128x2.png

This is a binary file and will not be displayed.

manual/plugins/images/ss-sudoku-220x176x16.png

This is a binary file and will not be displayed.

+7 -1
manual/plugins/main.tex
··· 17 17 18 18 \section{Games} 19 19 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano} 20 - {See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}.} 20 + {See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator} 21 + \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor}{and Sudoku on page 22 + \pageref{ref:Sudoku}}.} 21 23 22 24 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bejeweled.tex}} 23 25 ··· 32 34 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/minesweeper.tex}} 33 35 34 36 \opt{player}{\input{plugins/nim.tex}} 37 + 38 + \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/pong.tex}} 35 39 36 40 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/rockblox.tex}} 37 41 ··· 87 91 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/search.tex}} 88 92 89 93 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/sort.tex}} 94 + 95 + \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor}{\input{plugins/sudoku.tex}} 90 96 91 97 \opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/text_viewer.tex}} 92 98
+21
manual/plugins/pong.tex
··· 1 + \subsection{Pong} 2 + \begin{figure}[ht!] 3 + \begin{center} 4 + \includegraphics[width=4cm]{plugins/images/ss-pong-\genericimg.png} 5 + \end{center} 6 + \caption{Pong} 7 + \end{figure} 8 + Pong is a simple two player "tennis game". Whenever a player misses the ball the other scores. 9 + 10 + \begin{table}[ht!] 11 + \begin{center} 12 + \begin{tabular}{ll}\toprule 13 + \textbf{Key} & \textbf{Action}\\\midrule 14 + \opt{recorder,recorderv2fm}{F1}\opt{ondio}{LEFT}\opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Left player up\\ 15 + \opt{recorder,recorderv2fm,ipodcolor,ipodnano}{LEFT}\opt{ondio}{MODE}\opt{h1xx,h300}{DOWN} & Left player down\\ 16 + \opt{recorder,recorderv2fm}{F3}\opt{ondio}{UP}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{RIGHT} & Right player up\\ 17 + \opt{recorder,recorderv2fm}{RIGHT}\opt{ondio}{DOWN}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{PLAY} & Right player down\\ 18 + \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT} & Quit\\\bottomrule 19 + \end{tabular} 20 + \end{center} 21 + \end{table}