Class FastSimplePlayer

java.lang.Object
net.royalur.rules.simple.fast.FastSimplePlayer

public class FastSimplePlayer extends Object
  • Field Details

    • path

      public final int[] path
      The tile indices of each tile on the path for this player.
    • sign

      public final int sign
      The sign of this player for pieces. Light is +1, dark is -1.
    • isLight

      public final boolean isLight
    • pieces

      public int pieces
    • score

      public int score
  • Constructor Details

    • FastSimplePlayer

      public FastSimplePlayer(int[] path, boolean isLight)
  • Method Details