Package net.royalur.model.path
Class MurrayPathPair
java.lang.Object
net.royalur.model.path.PathPair
net.royalur.model.path.MurrayPathPair
The paths proposed by Murray for the Royal Game of Ur.
Citation: H.J.R. Murray, A History of Board-games Other Than Chess, Oxford University Press, Oxford, 1952.
-
Field Summary
-
Constructor Summary
-
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
-
MurrayPathPair
public MurrayPathPair()Instantiates Murray's paths for the light and dark player.
-