Game _game;
public CheckVictoryConditionRulesCard() {
// Set up the end game effect
_action.addEffect( new GameEndEffect() );
_game = Game.getInstance();
// Register for the game begin event. We need the Player list to be initialized before we add
// ourselves as a listener to each player.