X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=README;h=0553d38a17bf6c4642ab132c05fa2e7059a3517b;hb=60f5cbeec5d348b843fca045a9af04432eaeafb2;hp=538904020b05a0cfed8be95610c266d07786c9bb;hpb=aafd64e9748ec34e489768d499c606334011b000;p=koperkapel.git 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