comparison README.txt @ 519:2bc856561333

Updated README.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 18 Sep 2011 00:39:55 +0200
parents 7a64ebfe74ba
children 7fd6ecb72fd7
comparison
equal deleted inserted replaced
518:bbb2e246d0ad 519:2bc856561333
1 Your Game Title 1 Mutable Mamba
2 =============== 2 =============
3 3
4 Entry in PyWeek #13 <http://www.pyweek.org/13/> 4 Entry in PyWeek #13 <http://www.pyweek.org/13/>
5 URL: http://pyweek.org/e/mamba 5 URL: http://pyweek.org/e/mamba
6 Team: mamba 6 Team: mamba
7 Members: 7 Members:
12 Neil Muller 12 Neil Muller
13 Simon Cross 13 Simon Cross
14 Stefano Rivera 14 Stefano Rivera
15 License: see LICENSE.txt 15 License: see LICENSE.txt
16 16
17 For data on the sounds used in the game, see data/sounds/sources.txt 17 For licensing info about the various resources used in the game, see:
18 * data/sounds/sources.txt
19 * data/tiles/sources.txt
20 * data/music/sources.txt
18 21
19 22
20 Running the Game 23 Running the Game
21 ---------------- 24 ----------------
22 25
28 31
29 32
30 How to Play the Game 33 How to Play the Game
31 -------------------- 34 --------------------
32 35
33 36 Move the snake around the screen with the arrow keys. Get to the exit without
34 37 crashing into anything. Collect interesting and exciting mutations along the
35 Move the cursor around the screen with the mouse. 38 way. Make your own levels and share them with the world.
36
37 Press the left mouse button to fire the ducks.
38 39
39 40
40 Development notes 41 Development notes
41 ----------------- 42 -----------------
42 43
51 52
52 Upload files to PyWeek with:: 53 Upload files to PyWeek with::
53 54
54 python pyweek_upload.py 55 python pyweek_upload.py
55 56
56 Upload to the Python Package Index with::
57
58 python setup.py register
59 python setup.py sdist upload
60