/flashcards

Flashcards starter kit

Primary LanguageJavaScript

FlashCards

Abstract

Flashcards is a fully functional JavaScript game that is playable directly from the command line. It provides a question for the user and a series of answers to select from. The user can select their answers and the game will display if the user guesses correct or not, and when there is a win.

Demonstration

Access a demonstration of this project here.

Technologies Used

  • JavaScript
  • VS Code
  • Mocha
  • Chai
  • Git

Setup Instructions

To play this game...

  1. Fork this repository and clone down to your machine from your terminal by running git clone git@github.com:delilahrois/flashcards.git

  2. Navigate to the root directory and run npm install

  3. You should now be able to run node index.js to begin the game.

Contributors

Project Spec

The project spec and rubric can be found here.