Skip to content

UUoocl/Quiz-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz-Game

A quiz game intended to be played in-person.

features

  • Clues stored in Google Sheets
    • clues can be downloaded for offline play
  • Google Forms for creating clues and answers
  • Clues can include Text, Video, Audio and Images
  • Supports 12 players.

Made with Reveal.js

Audience and Host Views of the game board.

Quiz Game Diagram.

Getting Started

  1. A Google Account is required to copy the Google Sheets and Google Forms.

Copy this Google Sheet to your Google Drive.

Quiz Game - Google Sheet

Tip

Move the copied files to a folder in your Google Drive

  1. Publish the Google Forms that comes with the "Quiz Game" Google Sheet Google forms are used to add new clues and categories. There are 2 versions of the input form. One Form creates clues that can include Text, Images, Audio or Video. The other Form creates Text only clues.

Google Drive Folder with Quiz Game Sheet and Forms.

Open the Forms and click the "Publish" Button

Share the Form link with others to add Clues and Categories.

  1. Choose the Categories for the Game.

In the "Quiz Game" Sheets use the "Selected Categories" tab to choose categories
image showing the select category screen

  1. Share the "Quiz Game" Sheets

Click the "Share" button, then set the the "General Access" to "Anyone with the link"

  1. Copy the Quiz Game Sheets ID

In your browsers address bar copy the Sheet ID.

  • the Sheets ID is between the /d/ and /edit
    an image of the google sheet url

Playing the Game

  1. Start the Quiz Game

The Quiz Game is hosted on Github.

Start Quiz Game Github page

To load your Quiz game,

  • click the "Google Sheets" button.
  • Paste your Sheets ID.
  • click "Start Game"

Use the "s" key to view the host notes. The host notes are provided to give the host instrucitons for each screen.

Quiz Game Start Page

Offline Play

Tip

Optionally the clues can be downloaded for offline game play.

  1. Download the game clues
    1. Open the Quiz Game Sheet's "Games-Download" tab
    2. In the file menu, choose File -> Download -> Tab Seperated Values
    3. Save the .tsv file in the main project folder.
  2. Download the clue media (Video, Audio, Images)
    1. Open google Drive
    2. Navigate to the "Quiz_Game-Media-Form" folder
      • move any files in the sub folders to the folder root.
  3. Download this Github repository
    • Open the index.html file
    • Store Photos, Videos and Audio the "media" folder.

Controllers

Presentation Controllers can be used to play the game.

Norwii brand wireless presentation remotes are recommended to play the game. These remotes come with a customization software where each button can be set to a certain key.

The recommended "Host" controller is a Norwii N28 or N29.

The "Players" controllers are model N26

Controller Configuration

Controller Key Button JS Code Norwii Hex Code
Host 1 > 49 0x1E
Host 0 < 48 0x27
Host Tab 9 0x2B
Host Shift + Tab 9 0x2B
Host 3 + 51 0x20
Host Left Arrow - 37 0x50
Player1 F13 ∧ and ∨ 124 0x68
Player2 F14 ∧ and ∨ 125 0x69
Player3 F15 ∧ and ∨ 126 0x6A
Player4 F16 ∧ and ∨ 127 0x6B
Player5 F17 ∧ and ∨ 128 0x6C
Player6 F18 ∧ and ∨ 129 0x6D
Player7 F19 ∧ and ∨ 130 0x6E
Player8 F20 ∧ and ∨ 131 0x6F
Player9 F21 ∧ and ∨ 132 0x70
Player10 F22 ∧ and ∨ 133 0x71
Player11 F23 ∧ and ∨ 134 0x72
Player12 F24 ∧ and ∨ 135 0x73

Note

MacOS supports F13 - F20, Windows Supports F13-F24

a Sabrent 13 port USB hub can be used to connect the controllers to a PC

About

A quiz game made in Reveal.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published