Display power usage per hour.
[tabakrolletjie.git] / README.txt
1 Your Game Title
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 Game Title incorporates various assets (art, fonts, sounds and so forth) created
11 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
25 Running the Game
26 ----------------
27
28 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
29
30 Othewise open a terminal / console and "cd" to the game directory and run:
31
32   python run_game.py
33
34
35 How to Play the Game
36 --------------------
37
38 An entry for pyweek 22
39
40 Move the cursor around the screen with the mouse.
41
42 Press the left mouse button to fire the ducks.
43
44
45 Development notes
46 -----------------
47
48 Creating a source distribution with::
49
50    python setup.py sdist
51
52 You may also generate Windows executables and OS X applications::
53
54    python setup.py py2exe
55    python setup.py py2app
56
57 Upload files to PyWeek with::
58
59    python pyweek_upload.py
60
61 Upload to the Python Package Index with::
62
63    python setup.py register
64    python setup.py sdist upload