command-line-quiz-game

Funny quiz game run in command line, get all questions from third party API.

Usage no npm install needed!

<script type="module">
  import commandLineQuizGame from 'https://cdn.skypack.dev/command-line-quiz-game';
</script>

README

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 Game Start - Q2 Game Start - Q3 Game Start - Q4

  • Answer questions Question answer

  • Won the game if all answers is correct Won the game

  • If any answer is incorrect
    Lose Game ❌ Lose Game

Dependencies 🏬

This qiuz game uses a number of packages to work properly:

Installation 👨🏻‍🏫

It requires Node.js v10+ to run.

Install the dependencies and start the app.

npm i
npm start

License

MIT