You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's happening is that 999 new objects are created each time the turn function is run. This causes the id's to increase over time, and so by comparing the id's from last turn to the most recent turn, the robot can estimate the number of robots on its team.
The text was updated successfully, but these errors were encountered:
One can estimate the number of total pawns on its team by using the id() function.
What's happening is that 999 new objects are created each time the
turn
function is run. This causes the id's to increase over time, and so by comparing the id's from last turn to the most recent turn, the robot can estimate the number of robots on its team.The text was updated successfully, but these errors were encountered: