forked from bnordli/rftg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
111 lines (85 loc) · 3.86 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
This is a program to play Race for the Galaxy against AI players. Rules
for the game and expansions can be found at:
http://riograndegames.com/getFile.php?id=273
http://riograndegames.com/getFile.php?id=293
http://riograndegames.com/getFile.php?id=393
http://riograndegames.com/getFile.php?id=506
http://riograndegames.com/getFile.php?id=1813
http://riograndegames.com/getFile.php?id=1952
AUTHORS
This program was created by Keldon Jones <keldon@keldon.net>. Many useful
improvements, especially to the GUI, were made by B. Nordli <BGG user
borgemik>. The Xeno Invasion expansion was added by J.-R. Reinhard
<jean-rene.reinhard@m4x.org>.
SOURCE CODE
The source code of this program can be found at GitHub in this repository:
https://github.com/bnordli/rftg/
COMPILATION
A simple "./configure && make && make install" should suffice. You
may need to install any development packages for libgtk.
RUNNING
Run with "./rftg". You may specify number of players, expansion level,
etc with some command line options:
-n <name> -- Set the name of the human player
-s <savegame> -- Load a savegame when starting the program
-r <num> -- A seed to pick when initializing the random pool
-p <num> -- Number of players (including yourself)
-a -- Play a two-player advanced game
-e <expansion> -- Expansion level to play:
0: Base game only
1: The Gathering Storm
2: Rebel vs Imperium
3: The Brink of War
4: Alien Artifacts
5: Xeno Invasion
6: Rebel vs Imperium only
-g, -nog -- Enable or disable goals
-t, -not -- Enable or disable takeovers
-c <name> -- Play a campaign with the given name
You may also change these setting once the game is running with the
"Select Parameters" option under the Game menu.
INTERFACE
Cards in your hand are displayed across the bottom of the window. Your
active cards are just above, in the blue-shaded area. Your opponents
active cards will be displayed in the top colored areas.
You may move your pointer over any card to see a full-sized version in
the upper-left.
In between your hand and active area is a prompt asking for your next
play. Typically this is a request to choose an action, choose a card
to play or cards to discard, etc. Select an action (or two actions if
playing the two-player advanced game) by using the action buttons.
Select cards to play or discard by clicking on them in your hand area.
When you are satisfied, click the "Done" button at the far right of the
prompt area. This button will not be clickable if your current
selection is not legal.
You can right-click a card to select all other cards (for example, when
Exploring).
KEYBOARD SHORTCUTS
F1: Explore: +5
Shift+F1: Explore: +1, +1
F2: Develop
Shift+F2: Second Develop (in advanced game)
F3: Settle
Shift+F3: Second Settle (in advanced game)
F4: Consume-Trade
Shift+F4: Consume-x2
F5: Produce
F6: Search (The Brink of War)
F7: Prestige action (The Brink of War)
F1-F9 and Shift+F1-Shift+F9:
Activate selectable cards in tableaux and hand
F12/Shift+F12:
Select/deselect all selectable cards in hand
Shift+Enter and Shift+Space:
'Done' button
Shift+Up/Down: Change selection in drop down
F12: Open selection drop down
BUGS
If you encounter a bug, especially an error in the rules implementation,
please report it to keldon@keldon.net .
LEGAL
The source code is copyrighted and is placed under the GPL. For details,
see the file COPYING.
The original game of Race for the Galaxy was designed by Tom Lehmann and
published by Rio Grande Games. Permission to distribute the card and
goal images has been granted by Rio Grande Games.