Moderator: Community Team
Each line has 5 numbers, A1 A2 A3 D1 D2 so if it is 2v1 I discard A3 and D2.smloh wrote:when there are less than 3 v 2 armies, which numbers do you take?
It always takes the first line, and then deletes it.smloh wrote:how does the program calculate which line to take using the number from random.org?
I could ask random.org for a dice roll in realtime each time you click attack. But that would slow things down, and if random.org was down for maintenance Conquer Club would be screwed. So I built up a list of 500,000 dice rolls in advance and saved it as a file. I didn't doctor the file in any way, and I recycle it because I don't want to have to build new files all the time.smloh wrote:if the purpose of using a dice file is to ensure a better short-term spread so that players "feel" more randomness, wouldn't you rather want to reduce the size of the file rather than increase it?