Step 2: Make More Variables

Goal:


Let’s create two more variables named “points” and “fire rate”.

The points variable will hold the number of points the player will obtain in the game.

The fire rate variable will hold the number value of how fast the player can shoot out fire.

Steps:

      1. Repeat the steps from before and create 2 new variables
      2. Name one variable Points
      3. Name the other variable Fire_Rate.

Make sure the variables are checked!

Code: