Skip to content

Currently in Development: Brick Breaker game with pygame built in physics library.

License

Notifications You must be signed in to change notification settings

Friday64/Brick_Breaker_Game

Repository files navigation

Brick Breaker Game

Currently in Development: Brick Breaker game with pygame built in physics library.

Installation

Ensure you have Python 3.10.11 installed on your system. You can download it from python.org.

Set up a Virtual Environment:

It's a good practice to use a virtual environment to manage dependencies. Navigate to your project directory and run the following command:

python3.10 -m venv venv

On Windows, use venv\Scripts\activate

Install dependencies:

With your virtual environment activated, install the dependencies using the requirements.txt file:

pip install -r requirements.txt

With the virtual environment activated and dependencies installed, run the game using:

python brick_breaker.py

Directory Structure

Your project directory should look like this:

project_directory/
│
├── brick_breaker.py
├── requirements.txt
└── venv/

Following these steps will set up your environment and allow you to run your Brick Breaker game. If you have any questions or run into any issues, feel free to ask!

About

Currently in Development: Brick Breaker game with pygame built in physics library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages