Package net.royalur.rules.simple.fast
Class FastSimplePlayer
java.lang.Object
net.royalur.rules.simple.fast.FastSimplePlayer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
copyFrom
(PlayerState state) void
copyFrom
(FastSimplePlayer other) toString()
-
Field Details
-
path
public final int[] pathThe tile indices of each tile on the path for this player. -
sign
public final int signThe 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