https://github.com/teewrath/cli-game
A CLI game - Who wants to be a millionare?
https://github.com/teewrath/cli-game
Last synced: 10 days ago
JSON representation
A CLI game - Who wants to be a millionare?
- Host: GitHub
- URL: https://github.com/teewrath/cli-game
- Owner: TeeWrath
- Created: 2024-02-26T06:18:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T07:02:54.000Z (over 2 years ago)
- Last Synced: 2025-10-26T07:22:31.839Z (9 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/cli-game-teewrath
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Millionaire CLI Game
A CLI game - Who wants to be a millionare?
## Take the Quiz
```
npx cli-game-teewrath
```
## Packages Used
[chalk](https://github.com/chalk/chalk) |
[inquirer](https://github.com/SBoudrias/Inquirer.js) |
[gradient-string](https://github.com/bokub/gradient-string) |
[chalk-animation](https://github.com/bokub/chalk-animation) |
[figlet](https://github.com/patorjk/figlet.js) |
[nanospinner](https://github.com/usmanyunusov/nanospinner)
```sh
npm i chalk chalk-animation figlet gradient-string inquirer nanospinner
```