
Looking good.Ĭlick on the form and go to the events manager by clicking on the lightning bolt icon next to the properties icon. Select the middle picture box, look under the properties window.Ĭhange the image of the player to UP. Select the first picture box on the left and make the changes to the properties of the picture box.Ĭlick on the Image option and then click on the 3 dotted button next to it.įrom the resources select the zdown picture and click OK.Ĭhange the size mode to Auto Size, change the tag to zombie (lower case)ĭo the same for the other zombie pictures. Make sure they are well separated from each other. This will be used to show the health of the player.įind the picture box from the tool box and drag and drop 4 picture boxes to the form.Ĥ picture boxes has been added to the form. Label 1 change to Ammo: 0, label 2 change to Kills: 0 and change Label 3 to Health:įind a progress bar from the tool box and drag it to the form.Īdjust the progress bar next to the health label. In this dialog box change the settings to BOLD and SIZE 16. then click on the font option and click on the three dotted button (…) Change the following in the properties windowįirst change the fore colour to white. Always do Save ALL)įrom the tool box drag and drop 2 labels to the form.Ībove 3 labels has been added.

(Do not do a save as or anything it will only save part of the project in a different folder. Now make sure to press CTRL + S or Save All button. Here is has been added to the resources panel. Highlight all of the images downloaded from MOOICT.COM tutorial page and click open. In the resources panel click on the add resources option, from the drop down click on Add Existing File Under the Solution Explore, under the properties tab double click on the Resources.resx

Look under the properties window and find the following and change them.Ĭhange the back colour to 64, 64, 64 it’s a dark grey colour. This is the empty form we will be working with in this game.

Start a new project in Visual Studio, make this a C# Windows Form Application and name it zombieShooter. We are working on Visual Studio 2010 but this project can be remade in any other version of visual studio.

Download the images for zombie shooter game hereĭownload Top Down Zombie Shooter Project on GitHub
