Code cleanup and documentation
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
/*
|
||||
* Created by snapshot112 on 10/15/25.
|
||||
* Created by snapshot112 on 15/10/2025
|
||||
*
|
||||
* A game of minesweeper runner configured to run on the grid game engine.
|
||||
* A game of minesweeper build on the grid game engine.
|
||||
*
|
||||
* Please make sure to include and initialize the game engine before calling snake();
|
||||
* Please make sure to include and initialize the game engine before calling minesweeper();
|
||||
*/
|
||||
|
||||
#ifndef MINIGAME_MENU_MINESWEEPER_H
|
||||
#define MINIGAME_MENU_MINESWEEPER_H
|
||||
|
||||
/*
|
||||
* A game of minesweeper configured to run on the grid game engine.
|
||||
* A game of minesweeper build on the grid game engine.
|
||||
*
|
||||
* Please make sure to include and initialize the game engine before calling snake();
|
||||
* Please make sure to include and initialize the game engine before calling minesweeper();
|
||||
*
|
||||
* Side Effects:
|
||||
* Clears the console and uses it to play a game of minesweeper.
|
||||
|
||||
Reference in New Issue
Block a user