SteamedPears / 3004-SevenWonders

Seven Wonders project for 3004
1 stars 1 forks source link

Game starts in Age 2 #136

Closed spratt closed 11 years ago

spratt commented 11 years ago

As soon as the hand is dealt to the player, game.getAge() returns 2. The next age is 3, the final age is 4. We could cosmetically fix this by making getAge() return age-1, but this seems to be a more fundamental bug.

Gankra commented 11 years ago

Yeah... that's not right...