public Form1() { InitializeComponent(); CreateObjects(); opponent = new Opponent(frontYard); ResetGame(false); }