Class SkiriukPathPair

java.lang.Object
net.royalur.model.path.PathPair
net.royalur.model.path.SkiriukPathPair

public class SkiriukPathPair extends PathPair
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 Details

    • LIGHT_PATH

      public static final List<Tile> LIGHT_PATH
      The path of the light player's pieces.
    • DARK_PATH

      public static final List<Tile> 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.