public class Player { private String name; private Game game; // DO NOT add any extra object fields }