13-minesweeper/ms_game.c
github-classroom[bot] 8c7ea4970a
Initial commit
2025-01-28 00:13:55 +00:00

20 lines
612 B
C

/*----------------------------------------------------------
* HTBLA-Leonding / Class: <your class>
* ---------------------------------------------------------
* Exercise Number: B1
* Title: Mine Sweeper GAme implementation
* Author: */<your name>/*
* ----------------------------------------------------------
* Description:
* Implementation of ms_game.h.
* ----------------------------------------------------------
*/
/** Encapsulate a cell and its board coordinates */
/** The only instance of cell data */
/** The struct holding the data of the game */
/** The instance of the game */