1 #ifndef LABYRINTH_SETLABYRINTH_H 2 #define LABYRINTH_SETLABYRINTH_H 10 TEST(Labyrinth_setLabyrinth, test0){
18 TEST(Labyrinth_setLabyrinth, test1) {
37 TEST(Labyrinth_setLabyrinth, test2) {
53 #endif // LABYRINTH_SETLABYRINTH_H
class for containing and displaying the game field
Definitions and prototypes for Labyrinth class.
bool setLabyrinth(Point dimensions)
Sets the default values fro the variables as well as generating the labyritnh array with borders...
TEST(Labyrinth_setLabyrinth, test0)
Labyrinth class object can be created.
shared functions for testing
Coordinates and style of the cell in console window.