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
It would be beneficial to enable more than one vehicle driving around the track simultaneously. This shouldn't be difficult to implement as the relevant code (MyGame.on_draw) just needs to loop over the player list instead of using the instance of the single player.
The text was updated successfully, but these errors were encountered:
It would be beneficial to enable more than one vehicle driving around the track simultaneously. This shouldn't be difficult to implement as the relevant code (
MyGame.on_draw
) just needs to loop over the player list instead of using the instance of the single player.The text was updated successfully, but these errors were encountered: