GameLand Prelab questions

 

  1. How many total squares are there on the board?
  2. Where would player one be if they started on Start, rolled a 5 and then a 7.
  3. If both players were on Start, where would they be after the following:
    1. Player one rolls a 2
    2. Player two rolls a 4
    3. Player one rolls a 9
    4. Player two rolls a 5
  4. How might I represent a player’s location on the board?
  5. How might I use a loop for this program?
  6. Does the player have to land exactly on the FINISH square to win?
  7. Describe in detail what happens in one “round” of the game (a round means that each player gets a turn).
  8. Do you know exactly how many rounds it will take to complete the game?  If not, you will continue to play the game until what happens?