#include "map.h"
#include "moves.h"
#include "players.h"
Go to the source code of this file.
Compounds | |
class | Rules |
Enumerations | |
enum | preyass { spyWins = -1, notYet } |
Variables | |
const int | MAXTURNS = 24 |
const int | MAXPLAYERS = 6 |
const int | NUM_TAXI_TOKENS = 15 |
const int | NUM_BUS_TOKENS = 10 |
const int | NUM_SUBWAY_TOKENS = 6 |
Rules | theRules |
|
Definition at line 17 of file rules.h. Referenced by Rules::GameOver().
|
|
Definition at line 13 of file rules.h. Referenced by PlayerSetup(), and Rules::RandomPos(). |
|
Definition at line 12 of file rules.h. Referenced by Rules::NoTurnsLeft(), and Rules::NumTurns(). |
|
Definition at line 15 of file rules.h. Referenced by Rules::StartingTokens(). |
|
Definition at line 16 of file rules.h. Referenced by Rules::StartingTokens(). |
|
Definition at line 14 of file rules.h. Referenced by Rules::StartingTokens(). |
|
|