Sorry
Julie Callahan
December, 2007
Flex 2

Sorry is the final project we created in the class. My partner for the project is Tony Lucero. We worked together to create the layout of the board and the functionality of the pieces to move around the board. There are several arrays that pieces need to move between in order to successfully move from the 'home' position to the end position. Each player can control 4 pawns. A 1 or 2 is required to leave the home, and if someone lands on a space your pawn is on, that pawn is sent 'home.'

There is a class called a MoveArc which calculate the possible moves and draws a line between your current position the possible change in position. A bit of math creates a curve to this line.. When the player gets all 4 pieces to the end tile, a winner is declared!

Here's a link to the game directly

 

Home