Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 2.21 KB

README.md

File metadata and controls

68 lines (47 loc) · 2.21 KB

LinuxCommandMaestro Logo

LinuxCommandMaestro

Master Linux commands through interactive and educational games!

🎮 Game Types

Type 1: GUI-Based Games

Game 1: Python Version - run.py

  • Description: GUI-based game for learning Linux commands interactively.
  • How to Play:
    • Run the game: python type1/run.py
    • Explore the interactive GUI and enjoy learning!

Game 2: Bash Version - run.sh

  • Description: GUI-based game using Bash for a unique learning experience.
  • How to Play:
    • Run the game: bash type1/run.sh
    • Engage with the graphical interface and enhance your Linux skills!

Type 2: CLI-Based Terminal Games

Game 3: Python Version - play.py

  • Description: Command-line game designed for learning Linux commands in a terminal environment.
  • How to Play:
    • Run the game: python type2/play.py
    • Play within the terminal and improve your command-line expertise!

Game 4: Bash Version - play.sh

  • Description: CLI-based game using Bash scripting for a terminal-focused learning approach.
  • How to Play:
    • Run the game: bash type2/play.sh
    • Interact with the command line and enhance your Linux command skills!

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/KIRAN-KUMAR-K3/LinuxCommandMaestro-.git
  2. Choose a game type and navigate to the respective folder.

  3. Follow the instructions in the README of each game folder.

  4. Start playing and learning Linux commands!

💡 How to Contribute

If you'd like to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature.
  3. Make changes and commit: git commit -m 'Add new feature'.
  4. Push to your branch: git push origin feature/new-feature.
  5. Open a pull request.

🙌 Acknowledgements

Feel free to customize this README further with installation instructions, screenshots, or any other details that showcase your project's uniqueness.