An open API service indexing awesome lists of open source software.

https://github.com/laelhalawani/node-cli-quiz-game

A simple CLI node game with cool effects
https://github.com/laelhalawani/node-cli-quiz-game

Last synced: 2 months ago
JSON representation

A simple CLI node game with cool effects

Awesome Lists containing this project

README

        

# node-cli-quiz-game
A simple CLI node game with cool cli effects.
A great starting point for anyone who wants to learn how to build a CLI with node.js.
It uses the most popular CLI libraries like chalk, clear, figlet, and inquirer.

To run the game, clone the repo, cd into the directory and run the following commands:
* `npm i ` - to install the dependencies
* `npm start` - to start the game

index.js - the whole game script :)