Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 828 Bytes

File metadata and controls

26 lines (13 loc) · 828 Bytes

Jeopardy

A playable Jeopardy board.

Jeopardy Board

Jeopardy Question Jeopardy Answer

Playing a game

  1. Start up the simple http server using node.js

    $ npm start

  2. Go to localhost:9000

Final Jeopardy

Final Jeopardy is available at final.html

Creating your own questions

Create your own categories, questions and answers using /dist/blank.json as a template. Load your questions onto the Jeopardy board using the question query parameter.

ex. localhost:9000?questions=newQuestions for dist/newQuestions.json