Skip to content

An interactive game in which you collect points while avoiding attack sprites. Built with Pygame.

Notifications You must be signed in to change notification settings

sarathrasher/bubble-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bubblemania

Bubblemania is a 2D game built with Python's object-oriented gaming library, Pygame.

Technologies Used

Python, Pygame

Getting Started

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>

Game Play

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.

About

An interactive game in which you collect points while avoiding attack sprites. Built with Pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages