comparison README.txt @ 48:7debf2951a82

Update title in README.
author Simon Cross <simon@simonx>
date Mon, 23 Aug 2010 11:49:55 +0200
parents 65d9de520328
children edb495e3d3dd
comparison
equal deleted inserted replaced
47:8f1fccb8cadf 48:7debf2951a82
1 Your Game Title 1 Suspended Sentence
2 =============== 2 ==================
3 3
4 Entry in PyWeek #11 <http://www.pyweek.org/11/> 4 Entry in PyWeek #11 <http://www.pyweek.org/11/>
5 Team: Boomslang 5 Team: Boomslang
6 Members: 6 Members:
7 7
19 19
20 It is likely that you have obtain the game in one of four possible ways: 20 It is likely that you have obtain the game in one of four possible ways:
21 21
22 Windows: 22 Windows:
23 23
24 If you have the Windows .zip file, unzip it, find foxassault.exe and 24 If you have the Windows .zip file, unzip it, find suspended.exe and
25 doube-click it to launch the game. 25 doube-click it to launch the game.
26 26
27 Unix: 27 Unix:
28 28
29 If you have the Unix .tgz file, make sure you have Python and pygame 29 If you have the Unix .tgz file, make sure you have Python and pygame
31 inside the extracted folder. 31 inside the extracted folder.
32 32
33 Mac OS X: 33 Mac OS X:
34 34
35 If you have the Mac OS X .dmg file, double-click to open it. Drag 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, 36 Suspended Sentence to Applications to install. Alternatively,
37 double-click on Operation Fox Assault to run it. 37 double-click on Suspended Sentence to run it.
38 38
39 Source: 39 Source:
40 40
41 If you have obtained the source directly, you need to install the 41 If you have obtained the source directly, you need to install the
42 dependencies listed further down. Then run "python run_game.py". 42 dependencies listed further down. Then run "python run_game.py".
53 53
54 Python: http://www.python.org/ 54 Python: http://www.python.org/
55 PyGame: http://www.pygame.org/ 55 PyGame: http://www.pygame.org/
56 Albow: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/ 56 Albow: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Albow/
57 57
58 ??? requires python 2.5 or later, pygame 1.8 or later and 58 Suspended Sentence requires python 2.5 or later, pygame 1.8 or later and
59 Albow 2.1.0. 59 Albow 2.1.0.
60 60
61 LICENSE 61 LICENSE
62 ======= 62 =======
63 63