Bubblemania is a 2D game built with Python's object-oriented gaming library, Pygame.
Python, Pygame
To install pygame, enter this command in your terminal (note, this assumes you have python3 installed. If you do not, please install that first.)
python3 -m pip install -U pygame --user
After running this command, if you have downloaded a copy of the game, to run the game enter:
python <file-name>
Use the arrow keys to move the yellow box around the screen. To collect points, move the yellow box into green boxes. Hitting red boxes will cause you to lose points. If you hit a red box with 0 points, you will end the game.