DEV Community

Cover image for C# Tutorial – Create a Football Penalty Kick Game in Visual Studio with Win Forms
MOOICT
MOOICT

Posted on

C# Tutorial – Create a Football Penalty Kick Game in Visual Studio with Win Forms

In this tutorial we will create a football penalty shootout game in visual studio using c# programming language. In this game you are able to click on a selective targets around the goal post and as you select one it will shoot the football towards it. The goal keeper has its own independent movements and he can block your goals from being made. The overall structure of the game is simple and easy to understand.

Lesson Objectives –

Create a football penalty shootout game in visual studio using c#
Create click events using picture boxes
Create goal keeper movements using lists and strings
Using a timer object to animate the ball and the goal keeper
Using image sprites and changing the goal keepers state within the game
Using various data types such as Integers, Boolean, Strings and List to make the game work
Using windows form components such as Picture Boxes, Timers and Labels to complete the game
Enter fullscreen mode Exit fullscreen mode

Here is the youtube tutorial video

Download Football Pentaly Kick Game images here

*See MOO ICT website or the YouTube Channel for more tutorials on this topic. *

Thank for checking this out and Happy Coding.

Top comments (0)