Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brick Breaker Game

Logo

A simple brick breaker game built with pygame in python.


Download Pre-built Binary

You can download the pre-compiled game.

How to Play

  • Clear all brick to win the game.
  • If lost all lifeline then you lost the game.
  • Move Paddle to save the ball fall below the paddle.
  • All movements control by keyboard keys.

Controls

  • Enter: To start the game.
  • Del: To reset the game.
  • Left/Right: Move Paddle horizontally.
  • Up: Change angle of shooting side clockwise.
  • Down: Change angle of shooting side anti-clockwise.
  • Space: Pause and Play the game.
  • Esc: To withdraw from round and loose a lifeline.
  • F11: For toggle full-screen mode.
  • Use the + or - key on the top number row to increase or decrease brick count. (Note: The Numpad keys are not supported)

From Source

Clone or download this repository

  • For Clone :-
git clone https://github.com/akarshit-1609/Brick_Breaker_Game_using_Pygame.git

Requirements

  • Python 3.6 or higher: Ensure you have a compatible version of Python installed.
  • Required Python Libraries: Need to install Pygame library using pip.

Install Required Python Libraries:

Navigate to the program's directory in your terminal and install the necessary libraries using pip:

   cd program_directory
   pip install -r requirements.txt

Play the game directly with python or compile with PyInstaller library and then play.


License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.


About

Brick Breaker Game built with Pygame.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages