Skip to content

Classic retro brick breaker game in python using pygame.

Notifications You must be signed in to change notification settings

bytefoot/BrickBreaker

Repository files navigation

BrickBreaker

Classic retro brick breaker game in python using pygame.

Setup and Execution Instructions

Note: It best works with python version >= 3.9

(Creating a virtual env is optional, but recommeded to avoid version clashes)

  1. Create a venv using: python3 -m venv venv

  2. Activate the environment:

    • Mac\Linux source ./venv/bin/activate
    • Windows .\venv\Scripts\activate.bat
  3. Install the the require dependancies from 'requirements.txt' pip install -r requirements.txt

  4. Now that everything is setup, the game can finally be run. Make sure, you are located inside the parent directoy run the game using: python app.py

  5. Enjoy play the game and have fun!!

Link to playthrough of the game

The vid ✨.

About

Classic retro brick breaker game in python using pygame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages