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

Instruction

Build the startGame() Method

Assignment:

  1. Before beginning this step, take a moment to brainstorm what you think should happen in the startGame() method. Discuss your thoughts in the Treehouse Community.
  2. Fill out the startGame() method that you previously declared in the Game class using the requirements and guidelines below.

Requirements for the startGame() method

The purpose of this m...