X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=blobdiff_plain;f=README;h=0553d38a17bf6c4642ab132c05fa2e7059a3517b;hp=538904020b05a0cfed8be95610c266d07786c9bb;hb=60f5cbeec5d348b843fca045a9af04432eaeafb2;hpb=1fc6047c589829a88ad28e66ddeb0cbfe16915f3 diff --git a/README b/README index 5389040..0553d38 100644 --- a/README +++ b/README @@ -6,3 +6,20 @@ 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