public Computer(BullsnCows game, int length) { this.game = game; this.length = length; }
public Player(BullsnCows game, int length) { this.game = game; this.length = length; }