Skip to content

okalimbet/flashcards-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash Cards Game

Table of Contents

Introduction


FlashCards is a trivia game in which players are asked different questions with the provided multiple choice answers. Players have to get as many correct answers as possible. By the end of the round players get a result displayed as a percentage of the correct answers.

Demo

flash cards example gif

Install and Setup Instructions


Setup

Clone down the repo (from your GitHub):

git clone [remote-address]

Install the library dependencies:

npm install

Run The Game

Once you have cloned the repo, change into the directory and run:

node index.js

You will be prompted for your first qquestion with the answers:

Welcome to FlashCards! You are playing with 30 cards.
-----------------------------------------------------------------------
Node server running on port 3000
? What allows you to define a set of related information using key-value pairs?
  1) object
  2) array
  3) function
  Answer:

You will be given a feedback once you choose the answer. When you complete the game you will get the message which will tell you the final score.

** Round over! ** You answered 73% of the questions correctly!

Tools


Application

  • Terminal

Language

  • JavaScript

Test Tools

  • Mocha
  • Chai
  • ESLint

Contributors


Olga Morgan
Olga Morgan GitHub Profile

About

Flashcards starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 100.0%