posepr-c-2ihif-24-25-assignments-13-minesweeper-13-MineSweeper created by GitHub Classroom
Find a file
2025-01-29 20:03:52 +01:00
.github/workflows No changes made 2025-01-28 12:28:18 +01:00
html No changes made 2025-01-28 12:28:18 +01:00
.gitignore No changes made 2025-01-28 12:28:18 +01:00
config.h No changes made 2025-01-28 12:28:18 +01:00
Doxyfile No changes made 2025-01-28 12:28:18 +01:00
doxygen_extra.css No changes made 2025-01-28 12:28:18 +01:00
general.h Added my name & continued at ms_board.h 2025-01-28 16:39:02 +01:00
index.html Initial commit 2025-01-28 00:13:55 +00:00
mainpage.h No changes made 2025-01-28 12:28:18 +01:00
makefile No changes made 2025-01-28 12:28:18 +01:00
ms_board.c changed memory allocation to calloc instead of GC_MALLOC and finsihed ms_ui_utils 2025-01-29 20:03:52 +01:00
ms_board.h Added my name & continued at ms_board.h 2025-01-28 16:39:02 +01:00
ms_cell.c changed memory allocation to calloc instead of GC_MALLOC and finsihed ms_ui_utils 2025-01-29 20:03:52 +01:00
ms_cell.h ms_cell.h is done 2025-01-28 16:46:46 +01:00
ms_game.c Added my name & continued at ms_board.h 2025-01-28 16:39:02 +01:00
ms_game.h ms_game.h is done 2025-01-28 16:55:09 +01:00
ms_main_driver.c Calling garbage collector initializer at the main function 2025-01-29 16:10:13 +01:00
ms_test_driver.c No changes made 2025-01-28 12:28:18 +01:00
ms_ui_utils.c changed memory allocation to calloc instead of GC_MALLOC and finsihed ms_ui_utils 2025-01-29 20:03:52 +01:00
ms_ui_utils.h changed memory allocation to calloc instead of GC_MALLOC and finsihed ms_ui_utils 2025-01-29 20:03:52 +01:00
ms_visualizer.c No changes made 2025-01-28 12:28:18 +01:00
ms_visualizer.h No changes made 2025-01-28 12:28:18 +01:00
README.md No changes made 2025-01-28 12:28:18 +01:00
shortcut.c No changes made 2025-01-28 12:28:18 +01:00
shortcut.h No changes made 2025-01-28 12:28:18 +01:00
test_ms_board.c No changes made 2025-01-28 12:28:18 +01:00
test_ms_board.h No changes made 2025-01-28 12:28:18 +01:00
test_ms_cell.c No changes made 2025-01-28 12:28:18 +01:00
test_ms_cell.h No changes made 2025-01-28 12:28:18 +01:00
test_ms_game.c No changes made 2025-01-28 12:28:18 +01:00
test_ms_game.h No changes made 2025-01-28 12:28:18 +01:00
test_ms_ui_utils.c No changes made 2025-01-28 12:28:18 +01:00
test_ms_ui_utils.h No changes made 2025-01-28 12:28:18 +01:00

Review Assignment Due Date

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.