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.

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay