Task 6.2: Game Win condition
- If the the player picks up all the items or the score is equal to the number of items, then end the game and quit.
💡 Hint
- Perhaps setting
running = False
will do something.
💡 Hint
running = False
will do something.