Homework 2.1 - Chutes and Ladders

Implement Chutes and Ladders! You can build on candy land from class. Here's a board:

Here are the official rules. The spinner simply generates a number from 1-6, so you could use code similar to our dice roll.

Make the game work for just 2 players (unless you want to make it more complicated). Like the Candyland exmaple in class, allow each player to hit enter to start their turn. Show the number that they got on the spinner, show what square they land on, and show if they land on a "special" space that moves them to another square.