Python creating a card memory game

broken image
broken image

Select the Toolbox tab on the left side of the IDE. You can change it either by setting the Size property to 550, 550, or by dragging the corner of the form until you see the correct size at the bottom of the Visual Studio IDE. This text appears at the top of the game window. Change the Text property from Form1 to Matching Game.In the Properties window, set the following form properties. The tab reads Form1.cs for C# or Form1.vb for Visual Basic. In this section, you create the four-by-four grid of the game.Ĭlick on the form to select the Windows Forms Designer. Visual Studio creates a solution for your app.Ī solution is a container for all of the projects and files needed by your app.Īt this point, Visual Studio displays an empty form in the Windows Form Designer.

broken image

In the Configure your new project window, name your project MatchingGame, then select Create. Next, select Continue to install the workload. Select Modify in the Visual Studio Installer.

broken image

Next, in Visual Studio Installer, select. In the Not finding what you're looking for? message, select the Install more tools and features link. If you don't see the Windows Forms App (.NET Framework) template, you can install it from the Create a new project window.

broken image