Skip to content

mmakino/TriviaGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

A Trivia game written in JavaScript and jQuery.

GitHub

How to play

  • Press "START" button to start the game. There will be total 15 trivia questions.

  • You have 10 seconds for each question to select an answer. It will move on after 10 seconds.

  • At the end, the number of correct answers, incorrect answers, etc. will be displayed.

Repository

+--- index.html
+--- README.md
+--- homework-instructions.md
+--- assets
    +--- css
    |   +--- reset.css
    |   +--- style.css
    +--- images
    |   +--- doodles.png
    +--- javascript
        +--- app.js