annotate README.txt @ 3:41761fcd7386

Fold temporary README into README.txt template.
author Simon Cross <hodgestar@gmail.com>
date Sun, 30 Aug 2009 12:17:15 +0000
parents e057e9483488
children eabda3289a32
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
1 Operation Fox Assault
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
2 =====================
2
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
3
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
4 Entry in PyWeek #9 <http://www.pyweek.org/9/>
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
5 Team: Rinkhals
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
6 Members: Adrianna Pinska, Jeremy Thurgood, Neil Muller, Simon Cross
2
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
7
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
8 A first PyWeek entry by the hackers of the Cape Town Python Users Group
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
9 (CTPUG). The theme is for PyWeek 9 is "Feather".
2
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
10
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
11 DEPENDENCIES:
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
12
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
13 You will need to install these before running the game:
2
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
14
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
15 Python: http://www.python.org/
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
16 PyGame: http://www.pygame.org/
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
17 Python Game Utilities: http://code.google.com/p/pgu
2
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
18
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
19
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
20
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
21 RUNNING THE GAME:
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
22
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
23 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
24
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
25 Othewise open a terminal / console and "cd" to the game directory and run:
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
26
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
27 python run_game.py
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
28
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
29
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
30
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
31 HOW TO PLAY THE GAME:
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
32
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
33 Save the chickens from the foxes.
2
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
34
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
35
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
36
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
37 LICENSE:
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
38
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
39 GNU Public License, version 2 or later. See COPYING.
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
40
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
41
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
42
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
43 LINKS:
2
e057e9483488 Added pyweek skellington.
Jeremy Thurgood <firxen@gmail.com>
parents:
diff changeset
44
3
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
45 - http://www.python.org.za/pugs/cape-town/Pyweek9Entry
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
46 - IRC: #ctpug on Atrum (http://www.atrum.org)
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
47
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
48 - http://www.pyweek.org/9/
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
49 - IRC: #pyweek on FreeNode
41761fcd7386 Fold temporary README into README.txt template.
Simon Cross <hodgestar@gmail.com>
parents: 2
diff changeset
50 - http://search.twitter.com/search?q=pyweek