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.git
cd dojojune2015
pgzrun game.py