New type of room: Quiz.js
- Quiz rooms are generated based on a set of permutation variables. One room for each variable.
- Quiz asks a question. Depending which question is chosen from the permutation, it will make a call to the related random variable.
- Whatever the correct value of the random variable is, it will generate a successful button, taking you to a new room (or question/room).
- The other options will take you to specific gameover rooms.