X-Git-Url: https://git.ctpug.org.za/?p=tabakrolletjie.git;a=blobdiff_plain;f=README.txt;h=693f147f24c33c4349138edf88a5cb5593661ae6;hp=0fa18a502fc0ed7e339da6105ac35c8a7321c909;hb=HEAD;hpb=5f9246f53255bf5ee33a7ffc69ca65cea4e05a33 diff --git a/README.txt b/README.txt index 0fa18a5..693f147 100644 --- a/README.txt +++ b/README.txt @@ -1,12 +1,28 @@ -Your Game Title -=============== +Attack of the Giant Space Mould +=============================== Entry in PyWeek #22 URL: http://ctpug.org.za/gitweb/tabakrolletjie -Team: YOUR TEAM NAME (leave the "Team: bit") -Members: YOUR TEAM MEMBERS (leave the "Members: bit") +Team: Tabakrolletjie +Members: Adrianna Pińska, Neil Muller, Simon Cross License: see LICENSE.txt +Attack of the Giant Space Mould incorporates various assets +(art, fonts, sounds and so forth) created by other people. + +Additional information for these assets are included at: + +Bitmap art assets: +sources/bitmap/sources.txt + +Fonts: +data/fonts/DejaVu-Copyright.txt + +Sounds: +data/sounds/sources.txt + +Attack of the Giant Space Mould requires pygame 1.9.2alpha and pymunk 5.0.0 + Running the Game ---------------- @@ -28,7 +44,7 @@ Move the cursor around the screen with the mouse. Press the left mouse button to fire the ducks. -Development notes +Development notes ----------------- Creating a source distribution with:: @@ -48,4 +64,3 @@ Upload to the Python Package Index with:: python setup.py register python setup.py sdist upload -