/Jeopardy

Primary LanguageJavaScript

Gametime Jeopardy

Abstract

This was a two week project at Turing School of Software & Design, and was made to help us learn how to write a program from scratch. As well as learn OOP patterns, and create a testing suite that thoroughly tests all functionality of a client-side application.

Setup

Clone down the repo.

git clone

Once you have cloned the repo, install dependencies. Then run:

NPM install

Built With

  • Javascript
  • JQuery
  • Webpack
  • Mocha
  • Chai
  • HTML
  • CSS

Start of Game

Screen Shot 2019-05-29 at 7 53 32 AM

After entering Player names

Screen Shot 2019-05-29 at 7 53 47 AM

Player answering a question

Screen Shot 2019-05-28 at 3 02 09 PM

Daily Double

Screen Shot 2019-05-29 at 7 55 31 AM

Start of Double Jeopardy

Screen Shot 2019-05-29 at 7 56 38 AM

Start of Final Jeopardy (Wagers)

Screen Shot 2019-05-29 at 7 59 23 AM

Final Jeopardy (Answers)

Screen Shot 2019-05-29 at 7 53 16 AM

How to View Your Code in Action

In the terminal, run:

npm start