[PR #1442] [CLOSED] Create minesweeper.c #2038

Open
opened 2026-01-29 15:27:53 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1442
Author: @Swastik0710
Created: 10/31/2024
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+237 additions, -0 deletions)

View changed files

games/minesweeper.c (+237 -0)

📄 Description

Implemented the Minesweeper game in the Games repo successfully. Please check if it is ok and require changes.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/1442 **Author:** [@Swastik0710](https://github.com/Swastik0710) **Created:** 10/31/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6e56eb2`](https://github.com/TheAlgorithms/C/commit/6e56eb2bae0b9735e7080873ce78976b2c439d7d) Create minesweeper.c ### 📊 Changes **1 file changed** (+237 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `games/minesweeper.c` (+237 -0) </details> ### 📄 Description Implemented the Minesweeper game in the Games repo successfully. Please check if it is ok and require changes. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:27:54 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#2038