A simple brick breaker game built with pygame in python.
You can download the pre-compiled game.
- 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.
- 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)
- For Clone :-
git clone https://github.com/akarshit-1609/Brick_Breaker_Game_using_Pygame.git- Python 3.6 or higher: Ensure you have a compatible version of Python installed.
- Required Python Libraries: Need to install Pygame library using pip.
Navigate to the program's directory in your terminal and install the necessary libraries using pip:
cd program_directory
pip install -r requirements.txtPlay the game directly with python or compile with PyInstaller library and then play.
This project is licensed under the Apache License 2.0. See the LICENSE file for details.