A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 30 lines 1.2 kB view raw
1% $Id$ 2\subsection{Codebuster} 3\screenshot{plugins/images/ss-codebuster}{Codebuster}{img:codebuster} 4 5Codebuster is a clone of the classic mastermind game. The computer selects a 6random combination of coloured pegs and the aim is to guess the correct combination 7in the smallest number of moves. After each attempt to guess the combination the 8results are displayed in the form of red and white pegs. A red peg signifies 9a correct peg in the correct position, and a white peg signifies a correct 10peg in the wrong position. 11 12 \begin{btnmap} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 14 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{\PluginCancel} 15 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} 16 & Show menu \\ 17 18 \PluginSelect 19 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect} 20 & Check suggestion and move to next line \\ 21 22 \PluginLeft{} / \PluginRight 23 \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight} 24 & Select a peg \\ 25 26 \nopt{scrollwheel}{\PluginUp{} / \PluginDown} 27 \opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack} 28 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown} 29 & Change current peg \\ 30 \end{btnmap}