package nim; public interface Player { Move makeMove(int top, int middle, int bottom); String getName(); }