Giter Club home page Giter Club logo

jeopardy's Issues

CSS Enhancements

  • Refactor error text on pop-ups so pop-up screen fits
  • Make final jeopardy pop-up larger to cover scores
  • Change z-index on restart button and round text
  • Add animations
  • All text - look at what needs to pop more, formatting

Create Game class

Include:
Methods:

  • start game:
    -generate 3 rounds
    -generate new categories for all 3 round instances
    -generate new clues for each new categories in all 3 round instances
    -assign dailyDoubles for each round
  • reset game

Create Clue Class

Create new class of clue that deals with the current clue and takes some of the properties/methods out of Round.

Add Daily Double functionality

  • Check for DD when any clue is clicked
  • If DD, have pop-up for wager display and update wager
  • After submit wager is clicked, validate and set wager, and have question pop-up

Create Round class

Include:

Properties:

  • roundNum
  • dailyDoubleClue
  • categories
  • clues

Methods:

  • change round
  • change player during round
  • validate answer
  • pull clue
  • declare winner

Update README

Update details of readme, including abstract, wireframe images/GIFs, design inpiration, etc

Refactoring

  • Move functions from index.js to classes.
  • DRY it up.
  • store global variables in classes.
  • lint all files
  • update variable/method names

Add round 2 functionality

  • After last clue of round 1 answer is submitted, update game board.
  • Update scores on game board.
  • Update current round object being used.
  • Update text at top of page.

Fix randomization of clues

Randomization of 100, 200, 300, 400 level clues for each category is picking the same clues each time. Need to fix randomization.

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.