A quick task for you
Q1. What is nesting?
When birds build a home
When one item is inside another item
When a game loop is used
When a dictionary is used
Q2. What does the list called players
organize in this game?
It organizes a scores
It organizes player names
It organizes all the items belonging to each player
It organizes a backpack
Q3. What kind of item is inside the players
list?
Any item that the player wants
A string
An integer
A dictionary
Q4. What is a game loop?
A loop that keeps going forever
A loop that holds the logic of the game
A loop that keeps the game running
2 and 3