spqr-game / spqr-issues

Issues for SPQR
MIT License
0 stars 0 forks source link

Handicap option #82

Open chad3814 opened 1 week ago

chad3814 commented 1 week ago

Add an option to give players/teams additional units (can be negative) per turn. This should be similar to the continent bonus: const totalNewUnits = Math.min(game.rules.minUnits, Math.floor(player.countries.length / game.rules.countriesPer)) + game.getContinentBonus(player) + game.getHandicap(player);