Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

Bubble Hit Game 🎮

🎯 Objective

The Bubble Hit Game is a fun and simple shooting game created using Python's Pygame library. In this game, your goal is to shoot down falling enemy bubbles before they reach the bottom of the screen. The game challenges you to score as many points as possible by hitting the bubbles with bullets!

Prerequisite: Install Python and Pygame

Before running the code, make sure you have Python installed. You'll also need to install the Pygame library:

pip install pygame

🚀 How to Play:

  1. Move your shooter left and right using the arrow keys.
  2. Press the space bar to shoot bullets at the falling bubbles.
  3. Hit the bubbles before they reach the bottom of the screen to earn points.
  4. Game over occurs if a bubble reaches the bottom of the screen.
  5. Keep playing to beat your high score and have fun!

📝 Features:

  1. Simple Controls: Use arrow keys for movement and space bar for shooting.
  2. Score Tracking: The game keeps track of your score as you hit bubbles.
  3. Endless Challenge: The game continues until a bubble reaches the bottom./

💻 Running the Game:

  1. Download or clone the game code to your local machine.
  2. Run the game using the command:
python main.py
  1. Enjoy playing the Bubble Hit Game!