Package net.royalur.model.path
Class MastersPathPair
java.lang.Object
net.royalur.model.path.PathPair
net.royalur.model.path.MastersPathPair
The paths proposed by Masters for the Royal Game of Ur.
Citation: J. Masters, The Royal Game of Ur & The Game of 20 Squares (2021). Available at https://www.tradgames.org.uk/games/Royal-Game-Ur.htm .
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInstantiates Masters' paths for the light and dark player. -
Method Summary
Methods inherited from class net.royalur.model.path.PathPair
equals, get, getDark, getDarkEnd, getDarkStart, getDarkWithStartEnd, getEnd, getID, getLight, getLightEnd, getLightStart, getLightWithStartEnd, getName, getPathType, getStart, getWithStartEnd, hasPathType, isEquivalent
-
Field Details
-
LIGHT_PATH
The path of the light player's pieces. -
DARK_PATH
The path of the dark player's pieces.
-
-
Constructor Details
-
MastersPathPair
public MastersPathPair()Instantiates Masters' paths for the light and dark player.
-