Skip to content

bradyblough/Breakout-Brick-Breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout Brick Breaker

Welcome to the Breakout Brick Breaker game! This project is a Python-based implementation of the classic arcade game Breakout, where the player aims to break bricks by bouncing a ball off a paddle.

Getting Started

Prerequisites

Before you can run the game, make sure you have Python installed on your system.

Installation

Clone this repository to your local machine using the following command:

git clone https://github.com/yourusername/Breakout-Brick-Breaker-.git

Navigate to the cloned repository:

cd Breakout-Brick-Breaker-

Running the Game

To start the game, run the [main.py] file.

python main.py

Gameplay

  • Use the left and right arrow keys to move the paddle.
  • The goal is to break all the bricks by bouncing the ball off the paddle without letting the ball fall below the paddle.
  • Each brick broken will score points.
  • The game ends when all bricks are broken or the ball falls below the paddle.

Features

  • Classic Breakout gameplay.
  • Score tracking.
  • Increasing difficulty levels as the game progresses.

Breakout Game Screenshot

About

The classic game Breakout coded in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages