package games; public interface Player { public double getValue(int row, int col); public void setValue(int row, int col, double value); }