4 Entry in PyWeek #16 <http://www.pyweek.org/16/>
5 URL: http://www.pyweek.org/e/erdslangetjie
7 Members: Neil Muller (drnlm)
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:
30 Creating a source distribution with::
34 You may also generate Windows executables and OS X applications::
36 python setup.py py2exe
37 python setup.py py2app
39 Upload files to PyWeek with::
41 python pyweek_upload.py
43 Upload to the Python Package Index with::
45 python setup.py register
46 python setup.py sdist upload