F. Discussion

This game ‘Wheel of Fortune’ was created a similar concept of Roulette. Wanted to come up with a game that did not exist but easy for many people to understand and play. So we came up with an idea of this game that dealer spins the numbered board and player bet on the number that he or she thinks it is going to stop at. It is fairly easy to understand but gives out similar concept of Roulette. It was a small point game so the codes were fairly simple. We set up variables and input commends for the players to bet their money and choose the number they wanted to bet on. And made a ‘for’ loop to create comments and pop up pictures every different variable that players bet. ‘if…elseif…else’ statement was mainly used to set up different outcomes depending on the different variables. The biggest obstacle of this game was thinking of the concept. As this game does not actually exist, coming up with different variables at different situation was hard. But once we came up with the concept of the game and how many variables we want to make, it went on smoothly. When we tested the game, there were some errors when setting up random number variable outputs. Just setting up randi(length( )) did not show variables, but it was easily solved with ‘pos=randi(length())’ command.