Galactic Bloodshed
game_info.h
Go to the documentation of this file.
1 // Copyright 2014 The Galactic Bloodshed Authors. All rights reserved.
2 // Use of this source code is governed by a license that can be
3 // found in the COPYING file.
4 
5 // game_info.h - game-variable parameters for compiling racegen
6 
7 #ifndef GAME_INFO_H
8 #define GAME_INFO_H
9 
10 /**************
11  * Game dependencies. These will likely change for each game.
12  */
13 #define DEADLINE "June 22 23:00 GMT"
14 #define GAME "The Return of Galactic Bloodshed II"
15 #define GB_VERSION "Standard GB 5.0"
16 #define LOCATION "courses.cstudies.ubc.ca 2010"
17 #define MODERATOR "Chris Brougham"
18 #define PLAYERS "25"
19 #define STARS "100"
20 #define STARTS "June 22 23:30 GMT"
21 #define TO "chris@courses.cstudies.ubc.ca"
22 #define UPDATE_SCH
23  "\
24 1st 10 updates hourly. Thereafter every 30 hours."
25 #define OTHER_STUFF
26  "\n\
27 Racegen points are increased to 1400. Moderator will play (Zargoons).\n"
28 
29 /**************
30  * Racegen options.
31  */
32 #define COVARIANCES
33 #define STARTING_POINTS 1400
34 #define MIN_PASSWORD_LENGTH 4
35 /* #define TRADITIONAL_RACES */
36 #define DEFAULT_MESO_IQ_LIMIT 180
37 
38 #endif // GAME_INFO_H