Class BellPathPair

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

public class BellPathPair extends PathPair
The paths proposed by Bell for the Royal Game of Ur.

Citation: R.C. Bell, Board and Table Games From Many Civilizations, revised ed., Vol. 1 and 2, Dover Publications, Inc., New York, 1979.

  • 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

    • BellPathPair

      public BellPathPair()
      Instantiates Bell's paths for the light and dark player.