We'll need a game to keep track of two opponents' names. 

Can you create two objects from the Player class and set their name using the primary constructor?

Neat! We place values between parentheses when using the primary constructor to create objects and set their properties.

Close! We place values between parentheses when using the primary constructor to create objects and set their properties.