Attack of the Giant Space Mould =============================== Entry in PyWeek #22 URL: http://ctpug.org.za/gitweb/tabakrolletjie 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 ---------------- On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it. Othewise open a terminal / console and "cd" to the game directory and run: python run_game.py How to Play the Game -------------------- An entry for pyweek 22 Move the cursor around the screen with the mouse. Press the left mouse button to fire the ducks. Development notes ----------------- Creating a source distribution with:: python setup.py sdist You may also generate Windows executables and OS X applications:: python setup.py py2exe python setup.py py2app Upload files to PyWeek with:: python pyweek_upload.py Upload to the Python Package Index with:: python setup.py register python setup.py sdist upload