comparison README.txt @ 0:1ea8fa09b70f

Add skellington
author Neil Muller <drnlmuller@gmail.com>
date Sun, 01 Sep 2013 08:51:43 +0200
parents
children d862cc209de4
comparison
equal deleted inserted replaced
-1:000000000000 0:1ea8fa09b70f
1 Your Game Title
2 ===============
3
4 Entry in PyWeek #12 <http://www.pyweek.org/12/>
5 URL: http://pyweek.org/e/nagslang
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