Task 6.2: Game Win condition

  1. 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.