Minesweeper2  V1.1.1 Game in C++ by Górka Mateusz
Game.cpp File Reference
#include "Game.hpp"
#include "Error.hpp"
#include "Menu.hpp"
#include <sstream>

Variables

const char *const HELP_INFO
 Help messege. More...
 

Variable Documentation

◆ HELP_INFO

const char* const HELP_INFO
Initial value:
=
"Minesweeper game by Gorka Mateusz (maatiug).\n"
"\n"
"Runing arguments:\n"
"arg | help\n"
":-----------:|:--------\n"
" -w <num> | width of board (on standard screen max 60)\n"
" -h <num> | heigh of boarb (on standard screen max 30)\n"
" -m <num> | number of mines\n"
" -H | turn on hints in the game\n"
"\n"
"example: ./Minesweeper2.exe -w 20 -h 12 -m 60"
"\n"
"More you can read in README.md of project!\n"
"\n"
"Github: github.com/maatiug/Minesweeper2\n"

Help messege.