Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.86 KB

README.md

File metadata and controls

67 lines (44 loc) · 1.86 KB

🧨 Mr Minesweeper

Play the classic Minesweeper game in the terminal and have a great time! This is a simple terminal game developed with the C programming language.

Screenshot

Note: This project uses windows.h header file, which is specific to Windows systems and may not work on Linux and Mac. Contributions to make it compatible with other platforms are welcome.

I recommend using Windows Terminal for the best experience.

📥 Getting Started

To get started with the game, follow these steps:

  1. Clone the Repository

    If You Have Git installed:

    git clone https://github.com/Mr-MRF-Dev/Mr-Minesweeper.git

    If You Have Github CLI installed:

    gh repo clone Mr-MRF-Dev/Mr-Minesweeper
  2. Navigate to the Project Directory

    cd ./Mr-Minesweeper/src
  3. Compile

    Compile the game using a C compiler. For example, using GCC:

    gcc .\Minesweeper.c -o Minesweeper
  4. Run

    ./Minesweeper.exe

✨️ Features

  • Admin Panel: Gain access to the admin panel to perform administrative tasks.
  • Prevent Wrong Inputs: The game prevents invalid inputs to ensure smooth gameplay.
  • Custom Board: Customize the board size and mine count to adjust the difficulty level.
  • Etc: Additional features provide an enhanced gaming experience.

🤝 Contributing

we welcome any contributions you may have. If you're interested in helping out, fork the repository and create an Issue and PR.

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.