comparison README.txt @ 2:427cf79e9875

Update README.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 06 May 2012 10:55:59 +0200
parents d0de8832774b
children 2e566813a071
comparison
equal deleted inserted replaced
1:c90a6586cd66 2:427cf79e9875
1 Your Game Title 1 Your Game Title
2 =============== 2 ===============
3 3
4 Entry in PyWeek #4 <http://www.pyweek.org/4/> 4 Entry in PyWeek #14 <http://www.pyweek.org/14/>
5 Team: YOUR TEAM NAME (leave the "Team: bit") 5 Team: sypikslang
6 Members: YOUR TEAM MEMBERS (leave the "Members: bit") 6 Members: drlm, jerith, Rizziepit
7 7
8 8
9 DEPENDENCIES: 9 DEPENDENCIES:
10 10
11 You might need to install some of these before running the game: 11 You might need to install some of these before running the game:
12 12
13 Python: http://www.python.org/ 13 Python: http://www.python.org/
14 PyGame: http://www.pygame.org/ 14 PyGame: http://www.pygame.org/
15 PyOpenGL: http://pyopengl.sf.net/
16
17 15
18 16
19 RUNNING THE GAME: 17 RUNNING THE GAME:
20 18
21 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it. 19 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
23 Othewise open a terminal / console and "cd" to the game directory and run: 21 Othewise open a terminal / console and "cd" to the game directory and run:
24 22
25 python run_game.py 23 python run_game.py
26 24
27 25
28
29 HOW TO PLAY THE GAME: 26 HOW TO PLAY THE GAME:
30 27
31 Move the cursor around the screen with the mouse. 28 TDB.
32
33 Press the left mouse button to fire the ducks.
34
35 29
36 30
37 LICENSE: 31 LICENSE:
38 32
39 This game skellington is placed in the Public Domain. 33 TBD.
40 34