/breakout

PyGame Zero

Primary LanguagePythonMIT LicenseMIT

BreakOut - a PyGame Zero game

Team 1 made breakout at the London Python Dojo. Other teams will post their games on the ldnpydojo repo.

To run:

  • install python3.4 (guide)
  • if using virtualenv(wrapper): mkvirtualenv -p $(which python3.4) --system-site-packages pygame-zero
  • install pygame and pygame zero (instructions)
  • git clone git@github.com:tomviner/breakout.git
  • cd breakout
  • pgzrun breakout7.py

image