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

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.

Awesome Lists containing this project

README

        

# adam-cli-quiz-v1

![](./readme_assets/Animation.gif)

**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/).