Package net.royalur.model.path
Class SkiriukPathPair
java.lang.Object
net.royalur.model.path.PathPair
net.royalur.model.path.SkiriukPathPair
The paths proposed by Skiriuk for the Royal Game of Ur.
Citation: D. Skiriuk, The rules of royal game of ur (2021). Available at https://skyruk.livejournal.com/231444.html .
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInstantiates Skiriuk's 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
-
SkiriukPathPair
public SkiriukPathPair()Instantiates Skiriuk's paths for the light and dark player.
-