Welcome to our collaborative project - A BrickBreaker game implemented in Python! This project showcases our collective skills in software development, teamwork, and problem-solving. BrickBreaker is a classic arcade-style game where players control a paddle to bounce a ball and break bricks. This README provides essential information about the project, its features, and how to run the game.
-Classic Gameplay: Experience the nostalgia of the classic BrickBreaker game with a modern Python twist. -Collaborative Development: Developed collaboratively by a team of skilled Python developers, combining diverse expertise. -Customization Options: Adjustable game settings such as paddle speed, ball speed, and difficulty level from the variables.py file. -High Scores: Track and display high scores to encourage healthy competition among players.
-Clone the repository: -bash -Copy code -git clone https://github.com/PureJD/brickbreaker.git -Navigate to the project directory:
-bash -Copy code -cd brickbreaker -Install dependencies:
-bash -Copy code -pip install -r requirements.txt
Run the game: Bounce the ball to break the bricks and earn points. Aim for high scores and challenge your friends to beat your record!