command-line-quiz-game
Version:
Funny quiz game run in command line, get all questions from third party API.
57 lines (39 loc) • 2.12 kB
Markdown
# Command Line Quiz Game
## _Funny and simple Q/A Game 👩🏻💻🎮_
Running on the command line ask you some questions such as
* Questions Difficulty (Esay, Medium, Hard). 👀
* How many questions do you want to take?. 🤔
* Questions type (True/False Or Multiple Choice). 🧐
## Main aim of this project
> Programming isn't about what you know; it's about making the command line look cool!
## Screenshots
* Start the game with some questions




* Answer questions

* Won the game if all answers is correct

* If any answer is incorrect


## Dependencies 🏬
This qiuz game uses a number of packages to work properly:
- [node.js]
- [axios](https://www.npmjs.com/package/axios)
- [chalk](https://www.npmjs.com/package/chalk)
- [chalk-animation](https://www.npmjs.com/package/chalk-animation)
- [inquirer](https://www.npmjs.com/package/inquirer)
- [figlet](https://www.npmjs.com/package/inquirer)
- ...
## Installation 👨🏻🏫
It requires [Node.js](https://nodejs.org/) v10+ to run.
Install the dependencies and start the app.
```sh
npm i
npm start
```
## License
MIT