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

Ajm 189 Redesign Gameplay Question Scene #195

Closed alberme closed 2 years ago

alberme commented 2 years ago

Changes

  1. Badge.js
  2. GenerateQuestion.js
  3. MultipleChoice.js
  4. TrueFalse.js
  5. Theater.js

Purpose

Redesigned the question scene to resolve most of the bugs dealing with small screen sizes such as the Galaxy Fold

Approach

We created a new component Theater.js and moved around a bunch of elements to align with the new design.

Closes #189