comparison README.txt @ 0:d6fd1a0b192a

Commit skellington.
author Simon Cross <hodgestar@gmail.com>
date Sun, 03 Apr 2011 11:02:46 +0200
parents
children 7d8485f0f439
comparison
equal deleted inserted replaced
-1:000000000000 0:d6fd1a0b192a
1 Your Game Title
2 ===============
3
4 Entry in PyWeek #12 <http://www.pyweek.org/12/>
5 URL: http://pyweek.org/e/skaapsteker
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
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