Team 2 wrote this little game at the June 2015 London Python Dojo.
- 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:gautier/dojojune2015.gitcd dojojune2015pgzrun game.py