Instructions for converting from a one file game to a game that uses a player class

Step 1:

Cut all methods except the instructions and the main method from your game and put them into a new player class. Ensure your brackets are balanced.

In player class

In main:

Step 2: