- Because the functionality is through the CLI, you will need to download the files locally.
- Download the repository locally to interact with it in real-time!
- Open your preferred CLI (Command Line Interface)
- Extract the downloaded repository into a preferred directory of your choosing.
- Navigate to the directory that you've placed the downloaded repository in with your CLI.
- Type node main.js in your CLI
- Choose the amount of flashcards you would like to create.
- The flashcard limit has been set to 10 internally for quick succession of games.
- Choose the type of flashcards to be generated (Basic or Advanced[Cloze]).
- Play the game and get to studying and quizing yourself!
- CLI of your choosing (Terminal, Git Bash, zsh, etc).
- Some software to uncompress the repository you'll be downloading.
- Keyboard to type into the CLI and interact with main.js
- Node.JS for inquirer NPM and JSON package management for CLI.
- CLI - Git Bash and Terminal for playtesting main.js
- JavaScript - For functionality for the game.