UNPKG

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
# 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 ![Game Start - Q1](https://user-images.githubusercontent.com/61068354/151662864-df817d50-12f4-476f-a314-bdbc034482af.png) ![Game Start - Q2](https://user-images.githubusercontent.com/61068354/151663018-4411cf48-d0f7-4b57-a2c0-017959f5a33f.png) ![Game Start - Q3](https://user-images.githubusercontent.com/61068354/151663053-d25d790e-13b9-4da4-b850-55bbd38b342a.png) ![Game Start - Q4](https://user-images.githubusercontent.com/61068354/151663087-c158266e-9c89-463d-ab20-e3c050afe3ba.png) * Answer questions ![Question answer](https://user-images.githubusercontent.com/61068354/151662869-b1a6e55f-02a2-4ec8-89b6-121d7fb15838.png) * Won the game if all answers is correct ![Won the game](https://user-images.githubusercontent.com/61068354/151662870-94384c03-1bc8-452c-9af5-2ca422a2c567.png) * If any answer is incorrect ![Lose Game ❌](https://user-images.githubusercontent.com/61068354/151662871-b68eb5f4-0c45-42fa-9c7a-3802ce63c749.png) ![Lose Game](https://user-images.githubusercontent.com/61068354/151662874-ccf91f12-7138-45fc-9604-1789be42c5b8.png) ## 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