Labyrinth
A labyrinth game assignment
host.labyrinth.Const Class Reference

Class to hold constant values for entire application. More...

Static Package Attributes

static final int maxTileWalls = 2
 Number of maximum walls for each tile on the board. More...
 
static final int noSupply =-1
 Number to indicate the absent of supply. More...
 
static final int noTileId =-1
 Number to indicate wrong tileId. More...
 
static final int EOR =-1
 Number to indicate the End Of Range. More...
 

Detailed Description

Class to hold constant values for entire application.

Definition at line 17 of file Common.java.

Member Data Documentation

◆ EOR

final int host.labyrinth.Const.EOR =-1
staticpackage

Number to indicate the End Of Range.

Definition at line 21 of file Common.java.

◆ maxTileWalls

final int host.labyrinth.Const.maxTileWalls = 2
staticpackage

Number of maximum walls for each tile on the board.

Definition at line 18 of file Common.java.

◆ noSupply

final int host.labyrinth.Const.noSupply =-1
staticpackage

Number to indicate the absent of supply.

Definition at line 19 of file Common.java.

◆ noTileId

final int host.labyrinth.Const.noTileId =-1
staticpackage

Number to indicate wrong tileId.

Definition at line 20 of file Common.java.


The documentation for this class was generated from the following file: