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