Bash Mastery Adventure is a Python-based interactive game designed to teach and reinforce the use of Bash commands. The game is structured around different levels, each focused on a specific set of Bash commands, where players earn points by solving challenges and answering quiz questions correctly.
Welcome to Bash Mastery Adventure, a game designed for those who want to learn or refresh their knowledge of Bash commands. Through a series of levels, you'll practice using commands to manage files, retrieve system information, network diagnostics, and more. Each level ends with a quiz to test your knowledge and reinforce what you've learned.
- Levels with Increasing Difficulty: Start from the basics and advance to more complex commands as you progress through the levels.
- Quizzes for Reinforcement: After completing tasks in each level, take a quiz to test your understanding.
- Points System: Earn points for correct answers and use them to advance to the next level.
- Hints and Explanations: Get hints for incorrect commands and learn through explanations in the quiz.
- Start the game in your terminal.
- Complete the tasks in each level by entering the correct Bash commands.
- Earn points for correct commands and answers in the end-of-level quizzes.
- Accumulate enough points to advance to the next level.
- Continue playing through all levels to master essential Bash commands!
- Clone the Repository:
git clone https://github.com/whatcheers/bash_game.git cd bash_game