aguser-random-quest
v1.0.0
Published
A simple CLI trivia game with multiple-choice questions.
Downloads
1
Readme
Simple Trivia Game
A simple command-line interface (CLI) trivia game. Test your knowledge with multiple-choice questions across various topics.
Installation
- Clone this repository.
- Navigate to the cloned directory.
- Run
npm install
to install dependencies.
How to Play
- Start the game by running
npm start
. - You will be presented with a series of trivia questions, each with four possible answers.
- Use the arrow keys to select your answer and press Enter.
- After each question, you will be told if your answer was correct or wrong, and your current score will be displayed.
- At the end of the game, your final score will be shown.
Enjoy testing your knowledge and learning new facts!