posepr-c-2ihif-24-25-assignments-13-minesweeper-13-MineSweeper created by GitHub Classroom
Find a file
github-classroom[bot] 8c7ea4970a
Initial commit
2025-01-28 00:13:55 +00:00
html Initial commit 2025-01-28 00:13:55 +00:00
.gitignore Initial commit 2025-01-28 00:13:55 +00:00
config.h Initial commit 2025-01-28 00:13:55 +00:00
Doxyfile Initial commit 2025-01-28 00:13:55 +00:00
doxygen_extra.css Initial commit 2025-01-28 00:13:55 +00:00
general.h Initial commit 2025-01-28 00:13:55 +00:00
index.html Initial commit 2025-01-28 00:13:55 +00:00
mainpage.h Initial commit 2025-01-28 00:13:55 +00:00
makefile Initial commit 2025-01-28 00:13:55 +00:00
ms_board.c Initial commit 2025-01-28 00:13:55 +00:00
ms_board.h Initial commit 2025-01-28 00:13:55 +00:00
ms_cell.c Initial commit 2025-01-28 00:13:55 +00:00
ms_cell.h Initial commit 2025-01-28 00:13:55 +00:00
ms_game.c Initial commit 2025-01-28 00:13:55 +00:00
ms_game.h Initial commit 2025-01-28 00:13:55 +00:00
ms_main_driver.c Initial commit 2025-01-28 00:13:55 +00:00
ms_test_driver.c Initial commit 2025-01-28 00:13:55 +00:00
ms_ui_utils.c Initial commit 2025-01-28 00:13:55 +00:00
ms_ui_utils.h Initial commit 2025-01-28 00:13:55 +00:00
ms_visualizer.c Initial commit 2025-01-28 00:13:55 +00:00
ms_visualizer.h Initial commit 2025-01-28 00:13:55 +00:00
README.md Initial commit 2025-01-28 00:13:55 +00:00
shortcut.c Initial commit 2025-01-28 00:13:55 +00:00
shortcut.h Initial commit 2025-01-28 00:13:55 +00:00
test_ms_board.c Initial commit 2025-01-28 00:13:55 +00:00
test_ms_board.h Initial commit 2025-01-28 00:13:55 +00:00
test_ms_cell.c Initial commit 2025-01-28 00:13:55 +00:00
test_ms_cell.h Initial commit 2025-01-28 00:13:55 +00:00
test_ms_game.c Initial commit 2025-01-28 00:13:55 +00:00
test_ms_game.h Initial commit 2025-01-28 00:13:55 +00:00
test_ms_ui_utils.c Initial commit 2025-01-28 00:13:55 +00:00
test_ms_ui_utils.h Initial commit 2025-01-28 00:13:55 +00:00

if.03.22 Procedural Programming

Assignment Recursion and Abstract Data Type

Mine Sweeper

With this assignment you shall implement abstract data types and a recursive algorithm in C.
Clone this assignment, open the index.html, read the assignment instructions and try to make all unit tests green.