Class MurrayPathPair

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

public class MurrayPathPair extends PathPair
The paths proposed by Murray for the Royal Game of Ur.

Citation: H.J.R. Murray, A History of Board-games Other Than Chess, Oxford University Press, Oxford, 1952.

  • 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

    • MurrayPathPair

      public MurrayPathPair()
      Instantiates Murray's paths for the light and dark player.