https://github.com/laelhalawani/node-cli-quiz-game
A simple CLI node game with cool effects
https://github.com/laelhalawani/node-cli-quiz-game
Last synced: 2 months ago
JSON representation
A simple CLI node game with cool effects
- Host: GitHub
- URL: https://github.com/laelhalawani/node-cli-quiz-game
- Owner: laelhalawani
- Created: 2023-04-14T21:12:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T21:57:50.000Z (about 2 years ago)
- Last Synced: 2025-02-14T13:50:41.726Z (4 months ago)
- Language: JavaScript
- Size: 3.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-cli-quiz-game
A simple CLI node game with cool cli effects.
A great starting point for anyone who wants to learn how to build a CLI with node.js.
It uses the most popular CLI libraries like chalk, clear, figlet, and inquirer.To run the game, clone the repo, cd into the directory and run the following commands:
* `npm i ` - to install the dependencies
* `npm start` - to start the gameindex.js - the whole game script :)