Create a Start Menu Screen For Windows Form Games in C# and Visual Studio

preview_player
Показать описание
In this tutorial we will go over how to make a start menu screen, game screen and help screen for any windows form games also we will load up the flappy bird game and add a start screen to it.

The start menu screen will technically solve a lot of problems for the game for example it can be helpful for people to be introduced to the game, you can have useful information there for users to read. it can also be used to restart the game when people lose the game if you dont have a restart function built to the game already.

Every game we do in Windows Form if you want to share it with others than its a good idea to make a title screen, game screen and help screen with it. It adds to the accessibility of games and games programming.

Hope you find this one helpful and keep programming.
Рекомендации по теме
Комментарии
Автор

You are just so Awesome Moo ICT. Very few tutorials are there for C# on the internet. You have made many awesome videos that are worth a lot. Great Work!!

T-sz
Автор

Hey! How do I close the menu form when opening a game?

sckmat
Автор

Thank you so much this really helped me on my project

senamilendlovu
Автор

Thank you so so much, it helped me a lot!

moonchild
Автор

Hey i really like your videos keep going. i have a question i have a count in the main screen game and the second screen doesn't recognize this counter.what should i do to fix this issue?

matan
Автор

How do I make it so the start window closes once I press play?

noahyannis
Автор

What if the game was a project.cs and not made in forms

rukhmannhayer
Автор

Great video! Please make a video on how to build chess.

rezvlt
Автор

Hi Moo ICT please How to set form2 to main window ?

-TL-
Автор

I'd also like to throw in that you can close the startScreen when opening the helpScreen by doing this:

HelpScreen helpWindow = new HelpScreen();
helpWindow.Show();
this.Hide();

UmongusSussehFrusseh
Автор

Hey plzz make starting page of existing games project in c# plzz

vidhirughani
Автор

Has anybody got anytime on learning to code ?

cainsykes
Автор

Hi, thanks for this very informative video! I am having an issue where the game runs in the background even before I click my "start game" button. How would I fix this?

jaeger