Gerald-Lofton / Learn_Git_BASH_CLI_Game

"Learn Git/Bash CMD Game" is an interactive CLI game that teaches and reinforces command line commands. It utilizes npm packages like chalk, inquirer, gradient-string, chalk-animation, figlet, and nanospinner to create an engaging and visually appealing experience for players.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Git/Bash CMD Game! ๐Ÿš€

Welcome to the Learn Git/Bash CMD Game! This interactive game will test your knowledge of Git commands and basic Bash command line operations. Get ready to level up your command line skills! ๐Ÿ’ช

How to Play ๐ŸŽฎ

  1. Click on this link to access the game on StackBlitz (Node fork).
  2. On the bottom left corner of StackBlitz, click the "Enter Zen Mode" icon (browser window icon).
  3. Expand the Terminal to fill the entire screen.
  4. In the terminal, type or paste the following command and press Enter to install the NPM package and run the game script immediately:
npx gl-git-bash-quiz-cli
  1. When prompted, enter your first name and the initial of your last name.
  2. Answer all 15 questions correctly to successfully complete the quiz.
  3. If you give an incorrect answer, the script will be terminated and you will need to start over from the beginning.
  4. To start over, run the command npx gl-git-bash-quiz-cli again in the terminal to reinstall and initiate the CLI script.
  5. Keep attempting the quiz until you successfully answer all 15 questions without fail.
  6. You have completed the quiz successfully once you get ๐Ÿ’ฏ% of the answers correct which you will reach the post-quiz congratulatory screen. ๐ŸŽ‰

Note: The game is intended to be challenging, and getting a perfect score requires a deep understanding of Git and Bash commands. Good luck! ๐ŸŒŸ

This game utilizes the gl-git-bash-quiz-cli NPM package, which was developed and published by Myself. Kudos to Fireship.io for inspiring this awesome idea! ๐Ÿ”ฅ


Thank you for playing and learning with the Learn Git/Bash CMD Game! If you have any feedback, suggestions, or bug reports, please feel free to reach out or open an issue on the Learn_Git_BASH_CLI_Game repository.

About

"Learn Git/Bash CMD Game" is an interactive CLI game that teaches and reinforces command line commands. It utilizes npm packages like chalk, inquirer, gradient-string, chalk-animation, figlet, and nanospinner to create an engaging and visually appealing experience for players.


Languages

Language:JavaScript 100.0%