Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

`Write Getter Methods for unusedTokens, activePlayer and activeToken

Assignment:

  1. Write a getter method for unusedTokens inside the Player class using the requirements and guidelines below.
  2. Write a getter method for activeToken inside the Player class using the requirements and guidelines below.
  3. Write a getter method for activePlayer inside the Game class using the requirements and guidelines below.

Why These Getter Methods?

...