comparison README.txt @ 2:e057e9483488

Added pyweek skellington.
author Jeremy Thurgood <firxen@gmail.com>
date Sun, 30 Aug 2009 11:58:53 +0000
parents
children 41761fcd7386
comparison
equal deleted inserted replaced
1:837c3c7be8f6 2:e057e9483488
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