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-offsetHorizontal offset for centering the bubbles grid, in pixels.
bubbles--colors-2Predefined bubbles color list with two colors.
bubbles--colors-3Predefined bubbles color list with three colors.
bubbles--colors-4Predefined bubbles color list with four colors.
bubbles--colors-5Predefined bubbles color list with five colors.
bubbles--empty-imageImage used for removed bubbles (empty grid cells).
bubbles--facesList of currently used faces.
bubbles--grid-hugePredefined huge bubbles grid.
bubbles--grid-largePredefined large bubbles grid.
bubbles--grid-mediumPredefined medium bubbles grid.
bubbles--grid-smallPredefined small bubbles grid.
bubbles--imagesList of images for bubbles.
bubbles--images-okIndicate whether images have been created successfully.
bubbles--neighborhood-scoreScore of active bubbles neighborhood.
bubbles--playingPlay status indicator.
bubbles--row-offsetVertical offset for centering the bubbles grid, in pixels.
bubbles--save-dataList containing bubbles save data (SCORE BUFFERCONTENTS).
bubbles--scoreCurrent Bubbles score.
bubbles-charsCharacters used for bubbles.
bubbles-colorsList of bubble colors.
bubbles-game-themeOverall game theme.
bubbles-graphics-themeGraphics theme.
bubbles-grid-sizeSize of bubbles grid.
bubbles-menuMenu for ‘bubbles’.
bubbles-mode-abbrev-tableAbbrev table for ‘bubbles-mode’.
bubbles-mode-hookHook run by Bubbles mode.
bubbles-mode-mapMode map for ‘bubbles’.
bubbles-mode-syntax-tableSyntax table for ‘bubbles-mode’.
bubbles-shift-modeShift mode.
bubbles-versionVersion number of bubbles.el.

Defined functions (46)

bubbles()
bubbles--char-at(ROW COL)
bubbles--col(POS)
bubbles--colors()
bubbles--compute-offsets()
bubbles--count()
bubbles--empty-char()
bubbles--game-over()
bubbles--goto(ROW COL)
bubbles--grid-height()
bubbles--grid-width()
bubbles--initialize()
bubbles--initialize-faces()
bubbles--initialize-images()
bubbles--mark-direct-neighbors(ROW COL CHAR)
bubbles--mark-neighborhood(&optional POS)
bubbles--neighborhood-available()
bubbles--remove-overlays(&optional BEG END NAME VAL)
bubbles--reset-score()
bubbles--row(POS)
bubbles--set-faces()
bubbles--shift(FROM ROW COL)
bubbles--shift-mode()
bubbles--show-images()
bubbles--show-scores()
bubbles--update-faces-or-images()
bubbles--update-neighborhood-score(SIZE)
bubbles--update-score()
bubbles-customize()
bubbles-menu(ARG1)
bubbles-mode()
bubbles-plop()
bubbles-quit()
bubbles-save-settings()
bubbles-set-game-difficult()
bubbles-set-game-easy()
bubbles-set-game-hard()
bubbles-set-game-medium()
bubbles-set-game-userdefined()
bubbles-set-graphics-theme-ascii()
bubbles-set-graphics-theme-balls()
bubbles-set-graphics-theme-circles()
bubbles-set-graphics-theme-diamonds()
bubbles-set-graphics-theme-emacs()
bubbles-set-graphics-theme-squares()
bubbles-undo()

Defined faces (0)