(I have the code for the board, I just need what's below VVVV)
- Add a game piece to the game.(image that i have) Position it initially on the lower right corner (GO). Note that this image has transparency, thus it does show through all the material that is drawn underneath it.
- Add a new button with the name Move that is going to move a game piece around the board. From the initial position, the game piece is first going to move left, and then up then right and back down to reach the Go position again, one section at a time. Note that you can implement this movement by using two position indicators, one marking whether the piece is going up or down and another one to indicate whether you need to move left or right.
- You can remove the images from the corner positions, and move the game piece one by one, landing on every possible section in the game (this means that the corner images are not used as jail as in the real game).
Comment