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
- Host: GitHub
- URL: https://github.com/vishal-sys-code/command-line-game
- Owner: Vishal-sys-code
- License: mit
- Created: 2022-01-29T06:32:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T13:29:08.000Z (about 4 years ago)
- Last Synced: 2025-01-29T06:36:30.949Z (about 1 year ago)
- Topics: command-line, command-line-tool, game, quiz
- Language: JavaScript
- Homepage:
- Size: 3.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```