Git Product home page Git Product logo

jeopardy's Introduction

Welcome to Jeopardy!

How to Play

If you've never heard of Jeopardy, now's the chance! Here's how to play:

You will be presented with the start up screen. Simply click 'start' and you're on your way to riches! There will be question values presented to you under specified categories, but you won't know what each question is. Select one of them and you'll be playing to win that much money! Get the question wrong and you'll lose that amount! Once you've completed all the questions, simply reset the game to play again.

You can also add your own questions! Read below to find out how

Screenshots

Start Question Board Question Correct

Requirements

Download

Note: It is very important that you have at least one category and that the categories folder is in the same directory as the .jar file

Linux

  1. Download the Jeopardy-Linux.jar file
  2. Download the categories.zip file
    • Alternatively, you can create your own categories and questions. See below for how to do this
    • Unpack the .zip and move the 'categories' folder into the same directory as Jeopardy-Linux.jar
  3. Open the terminal and execute the following commands
    > cd "path/to/jar"
    > chmod +x Jeopardy-Linux.jar
    > java -jar Jeopardy-Linux.jar
    

Windows

  1. Download the Jeopardy-Windows.jar file
  2. Download the categories.zip file
    • Alternatively, you can create your own categories and questions. See below for how to do this
    • Unpack the .zip and move the 'categories' folder into the same directory as Jeopardy-Linux.jar
  3. You can now simply double-click the .jar and the game should run
  4. Alternatively, you can execute the following commands in the command line
    > cd "path/to/jar"
    > java -jar Jeopardy-Windows.jar
    

Mac

  1. Download the Jeopardy-Mac.jar file
  2. Download the categories.zip file
    • Alternatively, you can create your own categories and questions. See below for how to do this
    • Unpack the .zip and move the 'categories' folder into the same directory as Jeopardy-Linux.jar
  3. You can now simply double-click the .jar and the game should run
  4. Alternatively, you can execute the following commands in the terminal
    > cd "path/to/jar"
    > java -jar Jeopardy-Mac.jar
    

Adding Categories And Questions

You may add your own categories and questions as long you follow the correct format.

  • The category file must be a plain text file
  • It must be located within the 'categories' folder
  • The 'categories' folder must be in the same directory that the .jar file is in
  • You may not change the name of the 'categories' folder however, you can name the category file whatever you like
  • Each question within a category must be separated by a new line
  • Within each question, the format is as follows:
    • value,question,answer
      • So, the line must start with the question value (it must be an integer), followed by a comma, then the actual question, followed by a comma, then the answer.
    • One example might be: 100,The largest country by area in the world,Russia

jeopardy's People

Contributors

beverleysun avatar nasuoa avatar

Watchers

 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.