This is the repo for the koperkapel team entry for pyweek 21. Quickstart ========== The koperkapel entry uses pygame-zero. Pygame-zero requires Python 3. Instructions for installing pygame-zero on various operating systems can be found at https://pygame-zero.readthedocs.org/en/latest/installation.html. Running the game ================ This game requires Python 3. Run the game using: $ python -m koperkapel or, if your default python is Python 2, $ python3 -m koperkapel or just $ ./run_game.py