public void GameTest() { Game testGame = new Game(); testGame.PauseGame(); testGame.SaveGame(); testGame.QuitGame(); testGame.GameWon(); testGame.SquareButtonPressed(); testGame.CardButtonPressed(); testGame.ChangeTur(); }