File: bubbles.el.html
Bubbles is a puzzle game. Its goal is to remove as many bubbles as possible in as few moves as possible.
Bubbles is an implementation of the "Same Game", similar to "Same GNOME" and many others, see <https://en.wikipedia.org/wiki/SameGame>.
Defined variables (30)
bubbles--col-offset | Horizontal offset for centering the bubbles grid, in pixels. |
bubbles--colors-2 | Predefined bubbles color list with two colors. |
bubbles--colors-3 | Predefined bubbles color list with three colors. |
bubbles--colors-4 | Predefined bubbles color list with four colors. |
bubbles--colors-5 | Predefined bubbles color list with five colors. |
bubbles--empty-image | Image used for removed bubbles (empty grid cells). |
bubbles--faces | List of currently used faces. |
bubbles--grid-huge | Predefined huge bubbles grid. |
bubbles--grid-large | Predefined large bubbles grid. |
bubbles--grid-medium | Predefined medium bubbles grid. |
bubbles--grid-small | Predefined small bubbles grid. |
bubbles--images | List of images for bubbles. |
bubbles--images-ok | Indicate whether images have been created successfully. |
bubbles--neighborhood-score | Score of active bubbles neighborhood. |
bubbles--playing | Play status indicator. |
bubbles--row-offset | Vertical offset for centering the bubbles grid, in pixels. |
bubbles--save-data | List containing bubbles save data (SCORE BUFFERCONTENTS). |
bubbles--score | Current Bubbles score. |
bubbles-chars | Characters used for bubbles. |
bubbles-colors | List of bubble colors. |
bubbles-game-theme | Overall game theme. |
bubbles-graphics-theme | Graphics theme. |
bubbles-grid-size | Size of bubbles grid. |
bubbles-menu | Menu for ‘bubbles’. |
bubbles-mode-abbrev-table | Abbrev table for ‘bubbles-mode’. |
bubbles-mode-hook | Hook run by Bubbles mode. |
bubbles-mode-map | Mode map for ‘bubbles’. |
bubbles-mode-syntax-table | Syntax table for ‘bubbles-mode’. |
bubbles-shift-mode | Shift mode. |
bubbles-version | Version number of bubbles.el. |