comparison README.txt @ 0:f2c3b516741b simon

Theme is 'Caught'. Start with Skellington 1.9.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 22 Aug 2010 09:42:24 +0200
parents
children 65d9de520328
comparison
equal deleted inserted replaced
-1:000000000000 0:f2c3b516741b
1 Your Game Title
2 ===============
3
4 Entry in PyWeek #4 <http://www.pyweek.org/4/>
5 Team: YOUR TEAM NAME (leave the "Team: bit")
6 Members: YOUR TEAM MEMBERS (leave the "Members: bit")
7
8
9 DEPENDENCIES:
10
11 You might need to install some of these before running the game:
12
13 Python: http://www.python.org/
14 PyGame: http://www.pygame.org/
15 PyOpenGL: http://pyopengl.sf.net/
16
17
18
19 RUNNING THE GAME:
20
21 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
22
23 Othewise open a terminal / console and "cd" to the game directory and run:
24
25 python run_game.py
26
27
28
29 HOW TO PLAY THE GAME:
30
31 Move the cursor around the screen with the mouse.
32
33 Press the left mouse button to fire the ducks.
34
35
36
37 LICENSE:
38
39 This game skellington is placed in the Public Domain.
40