Mark TODOs in game notes.
[koperkapel.git] / README
1 This is the repo for the koperkapel team entry for pyweek 21.
2
3 Quickstart
4 ==========
5
6 The koperkapel entry uses pygame-zero. Pygame-zero requires Python 3.
7 Instructions for installing pygame-zero on various operating systems
8 can be found at https://pygame-zero.readthedocs.org/en/latest/installation.html.
9
10 Running the game
11 ================
12
13 This game requires Python 3.
14
15 Run the game using:
16
17 $ python -m koperkapel
18
19 or, if your default python is Python 2,
20
21 $ python3 -m koperkapel
22
23 or just
24
25 $ ./run_game.py