BigMacintosh / Parking

Year 3 Games Project
MIT License
6 stars 0 forks source link

Dynamic spaces #183

Closed ChrisGora closed 4 years ago

ChrisGora commented 4 years ago

The number of spaces activated is either 0.6 of the number of players present, or 1 if it's the last round. I haven't tested this because I don't want my laptop to have a meltdown.

RileyEv commented 4 years ago

Can test in the lab today. Are you determining the last round to be when 0.6*players is <= 1?

ChrisGora commented 4 years ago

The last round number is MaxRounds - 1 But the game may finish early if world.PlayersCount < 2

RileyEv commented 4 years ago

This is included in #184