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 This was developed using pygame 1.9.1 and kivy 1.6.0.
20 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
22 Othewise open a terminal / console and "cd" to the game directory and run:
36 Creating a source distribution with::
40 You may also generate Windows executables and OS X applications::
42 python setup.py py2exe
43 python setup.py py2app
45 Upload files to PyWeek with::
47 python pyweek_upload.py
49 Upload to the Python Package Index with::
51 python setup.py register
52 python setup.py sdist upload