1 Attack of the Giant Space Mould
2 ===============================
4 Entry in PyWeek #22 <http://www.pyweek.org/22/>
5 URL: http://ctpug.org.za/gitweb/tabakrolletjie
7 Members: Adrianna PiĆska, Neil Muller, Simon Cross
8 License: see LICENSE.txt
10 Attack of the Giant Space Mould incorporates various assets
11 (art, fonts, sounds and so forth) created by other people.
13 Additional information for these assets are included at:
16 sources/bitmap/sources.txt
19 data/fonts/DejaVu-Copyright.txt
22 data/sounds/sources.txt
24 Attack of the Giant Space Mould requires pygame 1.9.2alpha and pymunk 5.0.0
30 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
32 Othewise open a terminal / console and "cd" to the game directory and run:
40 An entry for pyweek 22
42 Move the cursor around the screen with the mouse.
44 Press the left mouse button to fire the ducks.
50 Creating a source distribution with::
54 You may also generate Windows executables and OS X applications::
56 python setup.py py2exe
57 python setup.py py2app
59 Upload files to PyWeek with::
61 python pyweek_upload.py
63 Upload to the Python Package Index with::
65 python setup.py register
66 python setup.py sdist upload