Document windows 7 permissions workaround
[tabakrolletjie.git] / README.txt
1 Attack of the Giant Space Mould
2 ===============================
3
4 Entry in PyWeek #22  <http://www.pyweek.org/22/>
5 URL: http://ctpug.org.za/gitweb/tabakrolletjie
6 Team: Tabakrolletjie
7 Members: Adrianna PiƄska, Neil Muller, Simon Cross
8 License: see LICENSE.txt
9
10 Attack of the Giant Space Mould incorporates various assets
11 (art, fonts, sounds and so forth) created by other people.
12
13 Additional information for these assets are included at:
14
15 Bitmap art assets:
16 sources/bitmap/sources.txt
17
18 Fonts:
19 data/fonts/DejaVu-Copyright.txt
20
21 Sounds:
22 data/sounds/sources.txt
23
24 Attack of the Giant Space Mould requires pygame 1.9.2alpha and pymunk 5.0.0
25
26
27 Running the Game
28 ----------------
29
30 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
31
32 Othewise open a terminal / console and "cd" to the game directory and run:
33
34   python run_game.py
35
36
37 How to Play the Game
38 --------------------
39
40 An entry for pyweek 22
41
42 Move the cursor around the screen with the mouse.
43
44 Press the left mouse button to fire the ducks.
45
46
47 Development notes
48 -----------------
49
50 Creating a source distribution with::
51
52    python setup.py sdist
53
54 You may also generate Windows executables and OS X applications::
55
56    python setup.py py2exe
57    python setup.py py2app
58
59 Upload files to PyWeek with::
60
61    python pyweek_upload.py
62
63 Upload to the Python Package Index with::
64
65    python setup.py register
66    python setup.py sdist upload