emmacbd / flashcards-project

Flashcards starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlashCards!

Abstract

Welcome to Flashcards!

With this game you can answer a series of code-related questions through the terminal. This project used JavaScript and TDD to create a game that is played entirely through the command line.

The basic flow of this game is:

  • The user is prompted with a question and a series of possible answers.
  • The user then selects the answer they believe is correct.
  • The game will inform the user if the answer was correct or not.
  • The game will prompt a user with another question until the user has answered every question in the deck.
  • When the game is over, the user will see a message providing the percentage of questions they answered correctly.

Functionality

Screen Recording 2022-03-24 at 5 45 39 PM

Technologies Used

  • JavaScript
  • TDD

Install/Setup instructions

  • Fork and Clone this repository
  • CD into the directory
  • Run node index.js in your command line to play

About

Flashcards starter kit


Languages

Language:JavaScript 100.0%