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
# My idea is to have a list that consists of all game objects, and that is looped through at the game's update and draw/render methods. When an object ceases to
# exist - for example when the player eats a bit of food - that object should be removed from the main game object-list.