Question: using c# Once you figure out how this works, it is pretty easy. You need to realize that this is actually a 1 D array
using c# Once you figure out how this works, it is pretty easy.
You need to realize that this is actually a D array bent around a square.
Start
Create parallel arrays. One for buttons and one for values. The button text matches the corresponding value.
At first, each element has a value of
If the game rolls a then the player, currently in spot moves forward spots and now is in spot and that element increments by
If the game rolls a then the player, currently in spot moves forward spots and now is in spot and that element increments by
You will have to keep track of the playerPosition, since that is where the player is currently standing. Also, you will have to wrap when you get back to the beginning.
Addition: Add a button that rolls the die ONCE, and the results are all updated.
Notes: Your game board should have a roll dice button so that we can see the results of each roll at our leisure.
The dice rolls or if you prefer is to speed it up to see the results of your array manipulation.
Write your array contents to a text file, appending each go of the game so you have a record. See File Writing
Your game should have something happen on each die roll. It could be a color, an animation, anything.
There should be help so a user knows what is going on
You need to update the array that is what this is all about and demonstrate that it worked.
GameBoard.PNG
c Advanced. Add another feature. Think 'Snakes and Ladders' or 'Monopoly'.
Submission: Submit your complete project, zipped, here, along with a screen shot of it running. Include a comment explaining part cusing
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
