There is a twist on high rollers besides winning 10,000 dollars on an empty board. It's rare but on the first roll, if a 10, 11, or 12 shows up, then there is a challenge. If you decide to take the challenge, then you will automatically eliminate four numbers leaving five numbers on the board. And if you can clear the board, you will win additional 2000 dollars. A grand total of 12,000. The flip side is when an incorrect value is use the game is over. You only win the amount that the numbers were eliminated up to that point. Each eliminated number worth 100 dollars. I wanted have the user to reselect numbers from the 1st number on an incorrect value but the board only remove the last number selected whether its two, three, or four numbers. I'm still working on that portion to make the game totally fool proof. But in the meanwhile enjoy. I couldn't have done this without a couple of users who helped me to slim down my program. I started here with so many If-then statements that created an out of memory run time and now created a functional game that I remembered as a kid.
Thanks and en joy,
Cedric T. Jemison
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I corrected my error on program. With winning sound 9 beeps, and 2 beeps for each double roll. I'm thinking 1 long beep for losing the game but I haven't find that perfect sound yet. But what happens when the user empty the board on a double roll, the user will win additional 500 dollars(Grand total of 10,500 dollars). This is also rare, but it will not be an opportunity on a challenge offer since the user will max his/her winnings of 12,000 dollars.
There is a few attachments to follow up on emptying the board with a double roll. Also, a marker insurance reminder helps when you successfully eliminated component numbers only if you have roll 1 or more double earlier in the game.
Fellow programmers,
There is a twist on high rollers besides winning 10,000 dollars on an empty board. It's rare but on the first roll, if a 10, 11, or 12 shows up, then there is a challenge. If you decide to take the challenge, then you will automatically eliminate four numbers leaving five numbers on the board. And if you can clear the board, you will win additional 2000 dollars. A grand total of 12,000. The flip side is when an incorrect value is use the game is over. You only win the amount that the numbers were eliminated up to that point. Each eliminated number worth 100 dollars. I wanted have the user to reselect numbers from the 1st number on an incorrect value but the board only remove the last number selected whether its two, three, or four numbers. I'm still working on that portion to make the game totally fool proof. But in the meanwhile enjoy. I couldn't have done this without a couple of users who helped me to slim down my program. I started here with so many If-then statements that created an out of memory run time and now created a functional game that I remembered as a kid.
Thanks and en joy,
Cedric T. Jemison
I corrected my error on program. With winning sound 9 beeps, and 2 beeps for each double roll. I'm thinking 1 long beep for losing the game but I haven't find that perfect sound yet. But what happens when the user empty the board on a double roll, the user will win additional 500 dollars(Grand total of 10,500 dollars). This is also rare, but it will not be an opportunity on a challenge offer since the user will max his/her winnings of 12,000 dollars.
Last edit: Cedric T Jemison 2020-07-07
There is a few attachments to follow up on emptying the board with a double roll. Also, a marker insurance reminder helps when you successfully eliminated component numbers only if you have roll 1 or more double earlier in the game.