https://github.com/tayloradam1999/adam-cli-quiz-v1
A terminal game based around my programming taste.
https://github.com/tayloradam1999/adam-cli-quiz-v1
chalk chalk-animation figlet gradient-string nanospinner nodejs
Last synced: 3 months ago
JSON representation
A terminal game based around my programming taste.
- Host: GitHub
- URL: https://github.com/tayloradam1999/adam-cli-quiz-v1
- Owner: tayloradam1999
- Created: 2022-03-31T17:26:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T00:36:12.000Z (about 3 years ago)
- Last Synced: 2025-02-08T14:11:12.156Z (3 months ago)
- Topics: chalk, chalk-animation, figlet, gradient-string, nanospinner, nodejs
- Language: JavaScript
- Homepage:
- Size: 459 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# adam-cli-quiz-v1

**adam-cli-quiz-v1** is a command line game that quizzes the user on a series of questions based around [Adam Taylor](https://github.com/tayloradam1999)'s programming taste.
## Usage
If you have ```npm``` installed, you can start the game by simply running ```npx adam-cli-quiz-v1```.
If not, you can visit this [link](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) to download and install ```npm```.## 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
```## Credits
This game was inspired by [Fireship.io](https://fireship.io/).