comparison README.txt @ 0:d0de8832774b

Import skellington-1.9 into the repo
author Neil Muller <drnlmuller+bitbucket@gmail.com>
date Sat, 05 May 2012 13:52:29 +0200
parents
children 427cf79e9875
comparison
equal deleted inserted replaced
-1:000000000000 0:d0de8832774b
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