4 Entry in PyWeek #18 <http://www.pyweek.org/18/>
7 http://pyweek.org/e/naja
24 The game requires pygame and pymunk. Requirements can be installed by
30 pip install -r requirements.txt
32 It was developed using python 2.7 and pygame 1.9.2. Older versions may or may
39 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
41 Othewise open a terminal / console and "cd" to the game directory and run:
55 Creating a source distribution with::
57 ./scripts/build_unix.sh
59 You may also generate Windows executables and OS X applications::
61 python setup.py py2exe
62 python setup.py py2app
64 Later you might be able to upload files to PyWeek with::
66 python pyweek_upload.py
68 Later you might be able to upload to the Python Package Index with::
70 python setup.py register
71 python setup.py sdist upload