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 Game Title incorporates various assets (art, fonts, sounds and so forth) created
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
28 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
30 Othewise open a terminal / console and "cd" to the game directory and run:
38 An entry for pyweek 22
40 Move the cursor around the screen with the mouse.
42 Press the left mouse button to fire the ducks.
48 Creating a source distribution with::
52 You may also generate Windows executables and OS X applications::
54 python setup.py py2exe
55 python setup.py py2app
57 Upload files to PyWeek with::
59 python pyweek_upload.py
61 Upload to the Python Package Index with::
63 python setup.py register
64 python setup.py sdist upload