Create Repo. Add Skellington 2.3 created project outline
[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: YOUR TEAM NAME (leave the "Team: bit")
7 Members: YOUR TEAM MEMBERS (leave the "Members: bit")
8 License: see LICENSE.txt
9
10
11 Running the Game
12 ----------------
13
14 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
15
16 Othewise open a terminal / console and "cd" to the game directory and run:
17
18   python run_game.py
19
20
21 How to Play the Game
22 --------------------
23
24 An entry for pyweek 22
25
26 Move the cursor around the screen with the mouse.
27
28 Press the left mouse button to fire the ducks.
29
30
31 Development notes 
32 -----------------
33
34 Creating a source distribution with::
35
36    python setup.py sdist
37
38 You may also generate Windows executables and OS X applications::
39
40    python setup.py py2exe
41    python setup.py py2app
42
43 Upload files to PyWeek with::
44
45    python pyweek_upload.py
46
47 Upload to the Python Package Index with::
48
49    python setup.py register
50    python setup.py sdist upload
51