Breakout Game

A simple project we've made for learning Pygame.

Screenshots

Screen Shot 2022-09-11 at 22 33 25

Screen Shot 2022-09-11 at 22 33 45

Running

  1. It's recommended to have a virtual environment created and activated.
  2. Make sure you have at least python 3.7 installed.
  3. Install dependencies: pip install -r requirements.txt
  4. Run the game: python main.py