Is AdvancedGameState class removed? Just wondering

Hi, I’m fairly new to the game and was browsing the github repo when I saw that the README file in the Python section lists a 'AdvancedGameState` class, but there’s no such file in gamelib. Was this an old class and removed later?

I think it was just merged with ‘GameState’. If I remember correctly there were only two functions (‘get_attackers’ and ‘get_target’) and they are now in the ‘GameState’ class.

EDIT: After checking this commit, I’m sure about it.

2 Likes

Thank you so much. I can stop looking now :smiley: