Labyrinth
A labyrinth game assignment
|
Application wide object to hold settings like values for the session. More...
Static Package Attributes | |
static int | boardSize = 15 |
Default board's size (if no one set it via command line) More... | |
static int | supplySize = 4 |
Default board's supply size (if no one set it via command line) More... | |
static int | maxRounds = 100 |
Default number of rounds per game (if no one set it via command line) More... | |
static boolean | loopGuard = false |
When true a wall creation guard is added to prevent closed rooms inside the board. More... | |
static boolean | interactive = false |
When true each round of the game requires user input. More... | |
Application wide object to hold settings like values for the session.
Definition at line 26 of file Common.java.
|
staticpackage |
Default board's size (if no one set it via command line)
Definition at line 27 of file Common.java.
|
staticpackage |
When true each round of the game requires user input.
Definition at line 31 of file Common.java.
|
staticpackage |
When true a wall creation guard is added to prevent closed rooms inside the board.
Definition at line 30 of file Common.java.
|
staticpackage |
Default number of rounds per game (if no one set it via command line)
Definition at line 29 of file Common.java.
|
staticpackage |
Default board's supply size (if no one set it via command line)
Definition at line 28 of file Common.java.