Class MastersPathPair

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

public class MastersPathPair extends PathPair
The paths proposed by Masters for the Royal Game of Ur.

Citation: J. Masters, The Royal Game of Ur & The Game of 20 Squares (2021). Available at https://www.tradgames.org.uk/games/Royal-Game-Ur.htm .

  • 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

    • MastersPathPair

      public MastersPathPair()
      Instantiates Masters' paths for the light and dark player.