How to get the number of rounds playing in?

Is there any pre-built function or anyway to count the number of rounds played?

Yep! game_state.turn_number is what you’re looking for. game_state and game_map have a lot of handy stuff going on, so be sure to check out their .py files in the gamelib folder

3 Likes

Thanks very much for the help!