13-minesweeper/ms_game.c
2025-01-28 12:28:18 +01:00

20 lines
632 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 */