Initial commit
This commit is contained in:
parent
392362b8ee
commit
8c7ea4970a
74 changed files with 8220 additions and 30 deletions
20
ms_game.c
Normal file
20
ms_game.c
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/*----------------------------------------------------------
|
||||
* 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue