Open KSVeerendernath opened 1 month ago
Hi @Panquesito7 @tjgurwara99 @alexpantyukhin,
I hope you are all doing well!
We are master's students [@KSVeerendernath @manutopp @gurramtejaswini] from NAU, and as part of our coursework, we need to contribute to a repository in some way. We have chosen to contribute to this [repository] by adding a new game [Feature].
Please consider our request and approve our contribution. We need your approval to inform our professor, so we would greatly appreciate your support in allowing us to proceed with the game development.
Please let me know if you require any further information.
Thanks!!
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Detailed description
We propose to implement a text-based version of the classic Minesweeper game in C. The game will operate in the console, allowing players to uncover cells, flag potential mines, and attempt to clear the board without triggering a mine.
Context
Minesweeper is a well-known puzzle game that challenges players to strategically reveal cells while avoiding hidden mines. This implementation aims to provide an engaging console-based experience that introduces fundamental programming concepts such as data structures, recursion, and user interaction.
Possible implementation
Game Board:
Core Mechanics:
Game Display:
.
).User Interaction:
r
for reveal,f
for flag/unflag), with input validation to ensure valid moves.End Game Logic:
Additional information
We are master's students @KSVeerendernath @manutopp @gurramtejaswini, and as part of our coursework, we need to contribute to a repository in any way. We have chosen to contribute to this repository by adding a new game. Hope you accept our feature.
This feature will enhance the repository by adding a fully functional game, demonstrating the versatility of C programming and encouraging further contributions from students interested in game development.
Repo link: TheAlgorithms/C
Location: Games Directory