MaxConsumptionSize

Hi team,

Would it be safe to assume that the MaxConsumptionSize in the game engine config will be consistent throughout the rounds? Or is there a way to get this on a game state level?

Thank you.

Hi @ccanning2,

The MaxConsumptionSize will be consistent throughout the rounds. This means you will stop consuming food as soon as your reach the size of the config, which currently is 200. This could change with balancing and phases though, so be sure to keep your values up to date with what is found here: https://github.com/EntelectChallenge/2021-Galaxio/blob/main/game-engine/Engine/appsettings.json.

Okay perfect that makes sense. Thank you!

1 Like