mooict / Balloon-Pop-Arcade-Game-in-Windows-Form

Make a simple Balloon pop arcade style game in windows form and C#.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# Tutorial – Create a Balloon Pop Arcade Game in Visual Studio

In this tutorial we will create a fun balloon popping arcade game windows form and c#. This game the player will be able to click on a different balloons to get a score and if you click on the bomb image or if any of the balloon pass through top of the screen then the game is over and you can restart the game from the start.

For this game we will use picture boxes, label and a timer. Download the images from link above and you will be able to follow through on this tutorial. We will also add several different events such as two click events, key up event and a timer event to animate the picture boxes.

Hope you find this tutorial helpful and see you on the next one. Happy Programming.

Video Tutorial -

Written Tutorial -

https://www.mooict.com/c-tutorial-create-a-balloon-pop-arcade-game-in-visual-studio/

About

Make a simple Balloon pop arcade style game in windows form and C#.

License:Apache License 2.0


Languages

Language:C# 100.0%