Closed anushkp1107 closed 1 year ago
@Aanchi-glitch2744 kindly review and merge my PR under hacktoberfest-accepted label
Can you explain me how your game is working? I can't understand it from this:
Yaa sure...
When the spin button is clicked for the first time, it shows hints related to the word or sentence to be guessed. Here in my game the word to be guessed is WHEEL OF FORTUNE. Now if you want to guess letters that could be present in the phrase, enter the guessed letter in the space provided. Suppose you guessed H to be present in the phrase, then the result box shows correct guess increasing the player's score by 100. If the guess is incorrect then the player's score is deducted by 50. Likewise with the help of guessing functionality and hints provided like number of letters and spaces in the phrase, the player can guess the whole phrase. If you entered correct phrase in the input box and clicked solve then the score is increased by 500 else if it is wrong then the score is deducted by 100.
You can restart the game by clicking again on the spin button or you may pass to the next player. In both cases the player's score is reset to 0.
There are 4 main buttons:
As per image shared by me, you can see arc (dark orange) in the circle moves very unaligned with the circle, replace it such that arc is matching with the circumference and the tip is at the center of the wheel. Also the S.. and 2 inside the Arc shall not be visible. It rotates with the arc and makes the game confusing.
@Aanchi-glitch2744 I redesigned the arc to give it a look more of a spike of a wheel. I also corrected the guessing letter part of the code as I figured out that it was not giving correct results. Please review these changes.
I'm accepting your code due to proper functionality, but I still see a score for improvement for the arc inside the wheel
This Wheel of Fortune game simulates the TV show experience with a simplified interface. Players spin the wheel to determine their potential score, with a hint about the puzzle word's length and spaces provided on the first spin. They can guess letters or attempt to solve the puzzle. Correct letter guesses increase their score, while incorrect ones deduct points. Solving the puzzle rewards bonus points. Passing a turn resets the score. The game encourages players to accumulate points while trying to solve the puzzle, mimicking the classic TV game show's excitement and challenge.