Team 1 made breakout at the London Python Dojo. Other teams will post their games on the ldnpydojo repo.
- 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 [email protected]:tomviner/breakout.git
cd breakout
pgzrun breakout7.py