Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Instruction
Game Class Constructor Method
Assignment:
- Create the constructor method for the Game class using the requirements and guidelines below.
- Inside the Game class, write a creator method called
createPlayers()
using the requirements and guidelines below.
The "Why"
The final constructor method that needs to be written is the Game class constructor method.
The Game class has three properties: `...