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

https://github.com/vishal-sys-code/command-line-game

command-line-game
https://github.com/vishal-sys-code/command-line-game

command-line command-line-tool game quiz

Last synced: 3 months ago
JSON representation

command-line-game

Awesome Lists containing this project

README

          

# Command-Line-Game

This is an npm package having command line interactive quiz game.

### Take the Quiz
```
npx cli-game-npm-package
```

### Packages Used

[Chalk](https://github.com/chalk/chalk) | [Inquirer](https://github.com/SBoudrias/Inquirer.js) | [Gradient String](https://github.com/bokub/gradient-string) | [Figlet](https://github.com/patorjk/figlet.js) | [Nanospinner](https://github.com/usmanyunusov/nanospinner)

#### Installing all the packages in one

```sh
npm i chalk chalk-animation figlet gradient-string inquirer nanospinner
```

### Package Link

```
https://www.npmjs.com/package/cli-game-npm-package
```