Package net.royalur.model.path
Class AsebPathPair
java.lang.Object
net.royalur.model.path.PathPair
net.royalur.model.path.AsebPathPair
The standard paths that are used for Aseb.
Citation: W. Crist, A.E. Dunn-Vaturi, and A. de Voogt, Ancient Egyptians at Play: Board Games Across Borders, Bloomsbury Egyptology, Bloomsbury Academic, London, 2016.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInstantiates the standard paths for the light and dark player in Aseb. -
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
-
AsebPathPair
public AsebPathPair()Instantiates the standard paths for the light and dark player in Aseb.
-