comparison README.txt @ 13:65d9de520328

Initial stab at README.txt file.
author Simon Cross <hodgestar+bzr@gmail.com>
date Sun, 22 Aug 2010 16:20:39 +0200
parents f2c3b516741b
children 7debf2951a82
comparison
equal deleted inserted replaced
12:a491233b39ae 13:65d9de520328
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 #11 <http://www.pyweek.org/11/>
5 Team: YOUR TEAM NAME (leave the "Team: bit") 5 Team: Boomslang
6 Members: YOUR TEAM MEMBERS (leave the "Members: bit") 6 Members:
7 7
8 Adrianna Pinska
9 Jeremy Thurgood
10 Neil Muller
11 Simon Cross
12 Stefano Rivera
8 13
9 DEPENDENCIES: 14 A second PyWeek entry by the hackers of the Cape Town Python Users Group
15 (CTPUG). The theme for PyWeek 11 was "Caught".
10 16
11 You might need to install some of these before running the game: 17 RUNNING THE GAME
18 ================
12 19
13 Python: http://www.python.org/ 20 It is likely that you have obtain the game in one of four possible ways:
14 PyGame: http://www.pygame.org/
15 PyOpenGL: http://pyopengl.sf.net/
16 21
22 Windows:
17 23
24 If you have the Windows .zip file, unzip it, find foxassault.exe and
25 doube-click it to launch the game.
18 26
19 RUNNING THE GAME: 27 Unix:
20 28
21 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it. 29 If you have the Unix .tgz file, make sure you have Python and pygame
30 installed. The extract the tar file and run "python run_game.py" from
31 inside the extracted folder.
22 32
23 Othewise open a terminal / console and "cd" to the game directory and run: 33 Mac OS X:
24 34
25 python run_game.py 35 If you have the Mac OS X .dmg file, double-click to open it. Drag
36 Operation Fox Assault to Applications to install. Alternatively,
37 double-click on Operation Fox Assault to run it.
26 38
39 Source:
27 40
41 If you have obtained the source directly, you need to install the
42 dependencies listed further down. Then run "python run_game.py".
28 43
29 HOW TO PLAY THE GAME: 44 HOW TO PLAY THE GAME
45 ====================
30 46
31 Move the cursor around the screen with the mouse. 47 ???
32 48
33 Press the left mouse button to fire the ducks. 49 DEPENDENCIES
50 ============
34 51
52 You will need to install these before running the game:
35 53
54 Python: http://www.python.org/
55 PyGame: http://www.pygame.org/
56 Albow: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/
36 57
37 LICENSE: 58 ??? requires python 2.5 or later, pygame 1.8 or later and
59 Albow 2.1.0.
38 60
39 This game skellington is placed in the Public Domain. 61 LICENSE
62 =======
40 63
64 MIT License. See COPYING.
65
66 LINKS
67 =====
68
69 - http://ctpug.org.za/
70 - IRC: #ctpug on Atrum (http://www.atrum.org)
71
72 - http://www.pyweek.org/11/
73 - IRC: #pyweek on FreeNode
74 - http://search.twitter.com/search?q=pyweek