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
14 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
16 Othewise open a terminal / console and "cd" to the game directory and run:
24 An entry for pyweek 22
26 Move the cursor around the screen with the mouse.
28 Press the left mouse button to fire the ducks.
34 Creating a source distribution with::
38 You may also generate Windows executables and OS X applications::
40 python setup.py py2exe
41 python setup.py py2app
43 Upload files to PyWeek with::
45 python pyweek_upload.py
47 Upload to the Python Package Index with::
49 python setup.py register
50 python setup.py sdist upload