A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd
at master 32 lines 1.6 kB view raw
1% $Id$ % 2\subsection{Bubbles} 3\screenshot{plugins/images/ss-bubbles}{Bubbles}{img:bubbles} 4The goal of the game is to beat each level as quickly as possible by clearing 5the board of all bubbles. Bubbles are removed from the board when a cluster of 6three of more of the same type is formed. The game is over when any bubbles on 7the board extend below the bottom line. To make things more difficult, the 8entire board is shifted down every time a certain number of shots have been 9fired. Points are awarded depending on how quickly the level was completed. 10 11 \begin{btnmap} 12 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 14 \nopt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\PluginUp} 15 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp} 16 & Pause game\\ 17 18 \nopt{scrollwheel}{\PluginLeft{} / \PluginRight} 19 \opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack} 20 \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight} 21 & Aim the bubble\\ 22 23 \opt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginUp} 24 \nopt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}{\PluginSelect} 25 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect} 26 & Fire bubble\\ 27 28 \nopt{IRIVER_H10_PAD,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\PluginCancel{} or \PluginExit} 29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 30 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} 31 & Exit to menu\\ 32 \end{btnmap}