Skip to content

ghall89/countDown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 

Repository files navigation

countDown

Summary

A fun trivia game for anyone to play and to make history by winning and have your initials be on the TOP 5 list. Whether you are a developer, a high school teacher, or a day-trader, being able to shift gear and take your mind off of things can be great to your mental health. Have a swirl at the game and enjoy!

Use Case(s)

I am a developer, a doctor, a day-trader, I want to take my mind off of my work and play a trivia game online with a subject of my choosing and be timed.

Product Requirements

  • As an user, I want to play a trivia game that generates random questions
  • Random questions should be generated within a specific subject selection
  • As a returned player, the questions should not be repeated
  • The game should be timed
  • As an user, I want to be scored so I know how well I have played
  • As a competitive player, showing top-5 scores list gives me the motivation to do better
  • Players that made top 5 should be celebrated

Product Landing Page

Usage Instruction

  1. Select the subject of the game from the pull-down menu on the left side of the page.
  2. Select difficulty of the game from the pull-down menu.
  3. Click on "Start" button
  4. Questions will be shown in the center of the page. Answer the questions accordingly.
  5. Pay attention to the countdown timer!
  6. Once you complete the game, if you make top-5, you will be prompted to enter your initials and be listed in the Top-5 High Scores list.
  7. Continue the game 10 times and try to beat your scores.

Github Repository

All files and changes made are located on github at the following location:

https://github.com/htang2021/countDown

Application Live URL

https://htang2021.github.io/countDown/

Deploy Your Project

This instruction below assumes that a project and repo were created early on and that they are already linked.

  1. Login to github and go to the project repo (https://github.com/htang2021/countDown).

  2. Click on "Settings" in the repo menu.

  3. Scroll down to the GitHub Pages section and select branch where the site will be built from "main" with folder in /root. Click on "Save" button next to it.

  4. Wait for a minute or two, GitHub will return a live site URL: https://htang2021.github.io/countDown/

Contributors

Graham Hall | Clayton Goff | Pritika Singh | Nestor Cortes | Hung Tang

License & Credit

Incredible image from cdn.pixabay.com

End of README.md - updated 3/21/2021

About

A timed trivia game that tracks high scores.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 39.6%
  • HTML 33.8%
  • CSS 26.6%