Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.87 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.87 KB

Bash Mastery Adventure with Levels

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.

Table of Contents

Introduction

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.

Game Features

  • 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.

How to Play

  1. Start the game in your terminal.
  2. Complete the tasks in each level by entering the correct Bash commands.
  3. Earn points for correct commands and answers in the end-of-level quizzes.
  4. Accumulate enough points to advance to the next level.
  5. Continue playing through all levels to master essential Bash commands!

Installation

  1. Clone the Repository:
    git clone https://github.com/whatcheers/bash_game.git
    cd bash_game