m-quiz-game
v1.0.1
Published
m-quiz-game is a simple npm package for administering multiple-choice quizzes through the command line using Node.js.
Downloads
3
Readme
m-quiz-game
m-quiz-game is a simple npm package for administering multiple-choice quizzes through the command line using Node.js.
Installation
You can install m-quiz-game via npm:
npm install m-quiz-game
Usage
Usage with installing this:
To start the quiz game, simply run the following command in your terminal:
m-quiz-game
Usage withOut installing this:
npx m-quiz-game
Follow the prompts to answer the quiz questions. At the end of the quiz, you'll see your score.
Features
- Administer multiple-choice quizzes
- Simple and intuitive command-line interface
- Provides immediate feedback on correct and incorrect answers
- Displays final score upon completion of the quiz
Contributing
Contributions are welcome! Feel free to open an issue or submit a pull request.