C implementation of a Minesweeper board generator that creates customizable grids, places bombs randomly, calculates adjacent mine counts, and outputs the board to console and text files (Computer Programming, UNIWA).
game c algorithms minesweeper memory-management academic-project console-application computer-programming dynamic-allocation uniwa board-generator
-
Updated
Mar 9, 2026 - C