Page 1 of 1

Is there a way of finding out the initial reinforcements?

Posted: Thu Feb 17, 2011 9:54 am
by Sophrosyne
Hi,

I would like to know the total number of reinforcements to be placed at the very start of the game. I think board.getPlayerIncome() only returns the next chunk of reinforcements to be placed (Or maybe I'm wrong). Is there a way to find it out without having to calculate it for each map type?

Martyn

Posted: Thu Feb 17, 2011 5:05 pm
by dustin
I don't think there's a quick call to return this right now.

For a 6 player game, each player will start with ~= 20 * (# of countries / 42)

Posted: Fri Feb 18, 2011 6:07 am
by Sophrosyne
Cool, I'll give it a go, cheers Dustin.