Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pb2204/javascript-kbc
JavaScript-KBC is a command-line interface (CLI) based game inspired by the famous TV show "Kon Banega Corerpati" ? It's designed to test your knowledge of JavaScript with a series of multiple-choice questions.
https://github.com/pb2204/javascript-kbc
cli collaborate communityexchange game ghdesktop github github-campus-experts github-codespaces github-pages gitkraken gitlens hacktoberfest jetbrains learn microsoft microsoftvisualstudio replit student-vscode
Last synced: 2 months ago
JSON representation
JavaScript-KBC is a command-line interface (CLI) based game inspired by the famous TV show "Kon Banega Corerpati" ? It's designed to test your knowledge of JavaScript with a series of multiple-choice questions.
- Host: GitHub
- URL: https://github.com/pb2204/javascript-kbc
- Owner: PB2204
- License: mit
- Created: 2023-09-23T18:20:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T05:15:40.000Z (3 months ago)
- Last Synced: 2024-11-02T06:18:32.343Z (3 months ago)
- Topics: cli, collaborate, communityexchange, game, ghdesktop, github, github-campus-experts, github-codespaces, github-pages, gitkraken, gitlens, hacktoberfest, jetbrains, learn, microsoft, microsoftvisualstudio, replit, student-vscode
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/js-kbc
- Size: 81.1 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JavaScript-KBC (Who Wants To Be A JavaScript Millionaire?)
JavaScript-KBC is a command-line interface (CLI) based game inspired by the famous TV show "Kon Banega Corerpati" ? It's designed to test your knowledge of JavaScript with a series of multiple-choice questions. You can run the game directly in your terminal using `npx` or install it as a package in your own JavaScript projects.
## Installation
To play the game directly in your terminal, simply run the following command:
```bash
npx js-kbc
```To use this package in your own JavaScript projects, you can install it via npm:
```bash
npm install js-kbc
```## How to Play
Once you start the game using `npx js-kbc`, you will be presented with a series of JavaScript-related questions. Choose the correct answer from the options provided. If you answer all the questions correctly, you can win the JavaScript millionaire title!
The game is designed to be both entertaining and educational, so have fun while brushing up on your JavaScript knowledge!
## Features
- Multiple-choice questions to test your JavaScript knowledge.
- Enjoyable and interactive CLI-based game.
- Perfect for learning and reviewing JavaScript concepts in a fun way.## Contributing
If you'd like to contribute to this project or report issues, please visit the [GitHub repository](https://github.com/pb2204/JavaScript-KBC). We welcome contributions from the community.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Special thanks to the authors of the npm packages used to create this game.
## Author
- [Pabitra Banerjee](https://pabitrabanerjee.me)
Enjoy the game and test your JavaScript knowledge! Good luck on your way to becoming a JavaScript Millionaire!
## Happy Coding 🚀