Giter VIP home page Giter VIP logo

jeopardy's Introduction

Jeopardy Player

game.json specification

game.json must have the following keys.

  • A game key that contains an object with:
    • A single key that contains an array of categories, where each category is an object containing:
      • A category key that contains the name of the category
      • A clues key that contains an array of clues, where each clue is an object containing:
        • A value key that contains the integer dollar value of the clue
        • A clue key that contains the clue
        • A solution key that contains the solution
        • An optional dailyDouble key, set to true if the clue is a daily double
        • An optional html tag to treat the clue and solution text as HTML
        • An optional chosen key, set to true if the clue has already been chosen (should be omitted if starting game from the beginning)
    • A double key that contains an array of categories, structured like the single round.
    • A final key that contains an object with:
      • A category key that contains the Final Jeopardy category
      • A clue key that contains the Final Jeopardy clue
      • A solution key that contains the Final Jeopardy solution
  • An optional players key that contains an array of players, where each player is an object containing:
    • A name key with the player's name
    • A score key with the player's score (should initially be 0)
    • A correct key with the player's number of correct responses so far (should initially be 0)
    • An incorrect key with the player's number of incorrect responses so far (should initially be 0)
  • An optional round key indicating which round to begin with (should initially be "single")

Mid-Game specification

The following can be added

jeopardy's People

Contributors

brianyu28 avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.