annotate README.txt @ 248:25ea20b9803c

added schemes background
author Rizmari Versfeld <rizziepit@gmail.com>
date Sun, 13 May 2012 00:50:20 +0200
parents 5d9a4ad22a2b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
1 Your Game Title
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
2 ===============
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
3
2
427cf79e9875 Update README.
Jeremy Thurgood <firxen@gmail.com>
parents: 0
diff changeset
4 Entry in PyWeek #14 <http://www.pyweek.org/14/>
427cf79e9875 Update README.
Jeremy Thurgood <firxen@gmail.com>
parents: 0
diff changeset
5 Team: sypikslang
112
f741bedf6670 Add Simon to license file + readme
Neil Muller <drnlmuller@gmail.com>
parents: 89
diff changeset
6 Members: drlm, jerith, Rizziepit, hodgestar
0
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
7
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
8
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
9 DEPENDENCIES:
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
10
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
11 You might need to install some of these before running the game:
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
12
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
13 Python: http://www.python.org/
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
14 PyGame: http://www.pygame.org/
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
15
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
16
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
17 RUNNING THE GAME:
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
18
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
19 On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
20
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
21 Othewise open a terminal / console and "cd" to the game directory and run:
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
22
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
23 python run_game.py
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
24
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
25
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
26 HOW TO PLAY THE GAME:
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
27
84
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
28 Your goal, like all mad scientists, is to rule the world. Of course, growing
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
29 from your humble research lab to a world power will require careful planning
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
30 and management of resources.
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
31
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
32 Each game time, you need to decide how to divide your efforts between
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
33 research, product development and activities. Research improves your
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
34 knowledge base, and gives you access to new equipment. Product development
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
35 improves your equipment and makes it more reliable and powerful, while
89
5dd66c1d8f26 Fix typo.
Simon Cross <hodgestar@gmail.com>
parents: 84
diff changeset
36 the activties are how you use your avialable resources to secure money
84
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
37 and power. Make decisions for a turn, then select "end turn" to move on to the
9d0ad8aeb598 Add some gameplay fluff text in readme
Neil Muller <drnlmuller@gmail.com>
parents: 83
diff changeset
38 next chapter in your Empire's growth.
0
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
39
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
40
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
41 LICENSE:
d0de8832774b Import skellington-1.9 into the repo
Neil Muller <drnlmuller+bitbucket@gmail.com>
parents:
diff changeset
42
83
2e566813a071 Note license in REAMDE
Neil Muller <drnlmuller@gmail.com>
parents: 2
diff changeset
43 MIT-style license. See the LICENSE.txt file.
226
5d9a4ad22a2b Add license info for title screen
Neil Muller <drnlmuller@gmail.com>
parents: 112
diff changeset
44
5d9a4ad22a2b Add license info for title screen
Neil Muller <drnlmuller@gmail.com>
parents: 112
diff changeset
45 Title screen logo copyright Donnovan Foster, licensed under the Creative
5d9a4ad22a2b Add license info for title screen
Neil Muller <drnlmuller@gmail.com>
parents: 112
diff changeset
46 Common BY-NC-SA license (v3) - see CC.txt for details.