Package net.royalur.model.path
Class BellPathPair
java.lang.Object
net.royalur.model.path.PathPair
net.royalur.model.path.BellPathPair
The paths proposed by Bell for the Royal Game of Ur.
Citation: R.C. Bell, Board and Table Games From Many Civilizations, revised ed., Vol. 1 and 2, Dover Publications, Inc., New York, 1979.
-
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
-
BellPathPair
public BellPathPair()Instantiates Bell's paths for the light and dark player.
-