CoderDojoLu / breakout

PyGame Zero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PyGame Zero

License:MIT License


Languages

Language:Python 100.0%