luceroweb / trivia-and-chill

Using information from The Movie Database API, create a collaborative game where trivia about a movie (movie name, performers, genre, year produced, etc) is provided as a hint, and the user must guess the correct answer based on a list of possible answers. The user has ‘X’ seconds to answer. Click an answer to confirm your guess. If your guess is correct, then you will be rewarded with a link to play the movie trailer. Additional correct guesses will display a badge with the number of correct guesses. An incorrect guess will clear the badge and reset the game. The game can be played with one or more players at a time in person or using a screen share service like Zoom.
https://luceroweb.github.io/guess-the-movie
1 stars 9 forks source link

Lives missing from CorrectAnswer scene #179

Closed garanico closed 2 years ago

garanico commented 2 years ago

Date Seen 4/18/22, 1pm PST

Versions Linux Google Chrome, iOS, Android develop

Bug Description When in easySinglePlayer mode, the Lives component is missing from the CorrectAnswer scene.

Steps to Reproduce

  1. Get the game mode to Easy Single Player mode
  2. Press "Start" to start the game
  3. Answer a question correctly.
  4. Lives Component is missing from the CorrectAnswer scene

Actual Behavior Lives Component is missing from the CorrectAnswer scene

Expected Behavior You should see the Lives icons below the screen, to the left of the text "Correct!". The Lives component, "Correct!" text, and Badge component should be evenly spaced below the screen. The Lives component will needed.

Troubleshooting/Testing Steps Attempted None yet

Workaround None yet