I made a simple trivia game that plays on the command line. It tells you when you're right or wrong and gives you a final score at the end.
I made this game using Javascript in VSCode Select.
- First, you want to clone down the repo using 'git clone git@github.com:BenWehrend/flashcards.git'
- Second, cd into the 'flashcards' directory.
- Finally, enter 'node index.js' to run the game.
