All Classes
-
All Classes Class Summary Enum Summary Class Description Cell Represents one cell of the Pearls game grid.Direction Move directions for the Pearls game.MoveRecord A MoveRecord encapsulates a State along with information about how it might have been shifted or modified during a move in the game.Pearls Basic game state and operations for a the puzzle game "Pearls", which is a simplified version of "Quell".PearlUtil Utility class containing the key algorithms for moves in the Pearls game.PortalInfo Stores information about a portal for use when creating a Pearls grid from a string representation.State Possible cell states for the Pearls game.StringUtil Utilities for Strings to represent grid and cell information in the Pearls game.