package game; public interface Cell { public Cells getNeighbors(); }