Skip to content

A Jeopardy game with Developer questions. Intended for Interview Prep.

Notifications You must be signed in to change notification settings

damirJa/jeopardy-game

 
 

Repository files navigation

Jeopardy Game

A Jeopardy Game built in ReactJS

Setup

Clone locally and run npm install

Then to start, run npm run start:dev

Files will be watched and built continuously until you quit the command

Features

  • Game setup
    • Enter user names
    • Choose Categories
    • Polish Design
  • Game play
    • Display Jeopardy board
    • Players and score box
    • Show a question when selected
    • Attribute answer to user
    • Answered questions can't be selected again
    • Allow closing question without scoring points
    • Allow bonus points for great answers
    • Modify users when in game
    • Limit number of items per category

Rules

  • Enter users by comma separated values
  • Pick categories to play with
    • Currently, it's best to limit at about 6 categories
    • Questions can appear in multiple categories but will removed from all once asked
  • User turns will switch automatically, you can see whose turn it is up top
  • We don't allow buzzing in at the moment
  • When you open a question you can click a button for the user who answered correctly
    • If a user doesn't know the answer, you can give it to another user for points
    • If someone gave the wrong answer, you can deduct the price from his points
    • If nobody knows the answer, use the close button to remove the question and award no points
  • The game ends whenever you're done or out of questions

About

A Jeopardy game with Developer questions. Intended for Interview Prep.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.1%
  • CSS 6.8%
  • HTML 1.1%