Skip to content

numanarif0/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MineSweeper

A mine-detection puzzle game developed in C#, inspired by the classic Minesweeper.


Table of Contents


About

MineSweeper is a C#-implemented version of the classic tile-based puzzle game. Uncover all safe tiles without triggering hidden mines. A strategic and fun implementation showcasing game logic, UI handling, and grid-based mechanics.


Features

  • Classic Minesweeper gameplay
  • Grid-based mine detection logic
  • Number hints and cells clearing
  • Simple, intuitive user interface

Getting Started

Prerequisites

  • .NET SDK (e.g., .NET Core / .NET 5+)
  • Compatible IDE (Visual Studio, Visual Studio Code, Rider, etc.)

Installation

  1. Clone this repository:
    git clone https://github.com/numanarif0/MineSweeper.git
  2. Navigate to the project folder:
    cd MineSweeper
  3. Open the project in your preferred IDE or build it via the command line:
    dotnet build

How to Contribute

Contributions are welcome! If you'd like to add features, fix bugs, or propose enhancements:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/NewFeature)
  3. Commit your changes (git commit -m "Add NewFeature")
  4. Push to your branch (git push origin feature/NewFeature)
  5. Open a Pull Request on GitHub

About

Minesweeper project created using c#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages