X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=README.txt;h=b6b8268604a9f399db307e08e0d5eda3a9fc24db;hb=8822b66defd8933315d743cd4a7f3d2e1cbb038e;hp=748cea2bd3ec973f4e59235e1fc23ae859d96ca3;hpb=09cc49987329917f627fc89a33f89fedeb0f4b8c;p=erdslangetjie.git diff --git a/README.txt b/README.txt index 748cea2..b6b8268 100644 --- a/README.txt +++ b/README.txt @@ -13,6 +13,20 @@ Requirements This was developed using pygame 1.9.1 and kivy 1.6.0. +Git repo: http://www.ctpug.org.za/gitweb/?p=erdslangetjie.git;a=summary + +Installation notes +------------------ + +For Linux, I created a virtualenv and used pip install kivy to setup the latest +kivy environment. Pygame installation didn't work for me using pip, so I used +the system packages for that. + +i.e. + +$ virtualenv --system-site-packages ve +$ . ve/bin/activate +$ pip install -r requirements.txt # to install kivy and cython Running the Game ---------------- @@ -48,6 +62,14 @@ You always start each maze with a small lead, and can use gates to delay your pursuer. Your pursuer is relentless, though, so don't take too long deciding what to do. +Options +------ + +You can access the settings panel by pressing F1 + +Note that changing the start level only takes effect on the next run, since we +don't reload the config when that changes. + Development notes -----------------