I'm currently using your tutorials to learn how to program and how to use Windows Forms and it really helps a lot. I learned many new things and I understood those things, thanks to your good explanation
That's great, it looks like a fun project. On thing: the normal C# naming convention is that methods are named using CamelCase. That's why visual studio complains about the method names. If this is for learning you should teach that too.
sir, thank u so much, it was very easy, and it helps me a lot. but I have a little problem, when I want to make the player car not exceed the right border, it doesn't work correctly, though I typed like what u had typed in the video.
Hi, if you want to add a high score you can see how I've done it in the clicking game tutorial in this channel. You can use the same process to add one to this game.
I cant get the track to roll that way it works the second time it respawns over the panel but efter that the tarck doesnt download. Please somone help me
When I start the debugger, the car automatically moves to the right side of the roadtrack and stay glued to that side and I can't move it with the arrows. Everything else works though. I have checked the events tab for "keyisup" and "keyisdown" and they are there. Can you please help me I am in a hurry. Thanks.
Game timer event is linked to the timer object. That's what we use to control the game loop i.e. movements and collision. Player name is set to the player car in the properties window.
You can reduce the timer interval to 20 or below for faster frame rate. Remember the low number you use, the timer tick event will trigger more often. For this kind of game 20 is sufficient. The timer event ticks every 20 milliseconds and game play should be smoother as a result.
Download this project here github.com/mooict/Top-Down-Car-Racing-game-in-windows-form
I'm currently using your tutorials to learn how to program and how to use Windows Forms and it really helps a lot. I learned many new things and I understood those things, thanks to your good explanation
LOL, Sir i have no words to say you thanks, you are great, I'm at the stage of learning and by following your tutorials i make games by myself
That's great, it looks like a fun project. On thing: the normal C# naming convention is that methods are named using CamelCase. That's why visual studio complains about the method names. If this is for learning you should teach that too.
True, I will mention that from now on thanks for the heads up
@@mooict keep up the good work, these are fun tutorials
Fabulous!!! Absolutely incredible, you are AWESOME! I'm loving MOO ICT!
well done! you are really making things easy...
Hi thanks for vid!! i have 1 question i dont have Properties tab where u need to add png of the cars can u help me plz?
Thank you very much, it was very helpful and I learned a lot. Keep it up!
Thank you so much Sir! This helped me a lot!
You’re welcome my friend.
Bhai i am from India i really like you r videos
sir, thank u so much, it was very easy, and it helps me a lot. but I have a little problem, when I want to make the player car not exceed the right border, it doesn't work correctly, though I typed like what u had typed in the video.
Any advice on how to make this game an online game, using threads, semaphores. etc.?
13:36
Just my bookmark and where the scripting starts.
Thanks a lot
Thank you so much it was very fun informative and easy to follow instructions. Hoping you you will release. Net projects as well thanks
Was thinking of how to add high score
Hi, if you want to add a high score you can see how I've done it in the clicking game tutorial in this channel. You can use the same process to add one to this game.
@@mooict I will look into it thank you for responding appreciate it, hoping to see some great contents soon
I cant get the track to roll that way it works the second time it respawns over the panel but efter that the tarck doesnt download. Please somone help me
Amazing!!! Which code is for the btnStart?
Is it possible to add a power-up mode to this game? Where it can grant temporary invincibility upon touching it?
Thanks!
Welcome!
Hello! Can you help me a little? From where is "tempCar"? Cause when I use it, it tells me it couldn't be found. Thank you!
when i started visual studios first time I cant see the white form
When I start the debugger, the car automatically moves to the right side of the roadtrack and stay glued to that side and I can't move it with the arrows. Everything else works though. I have checked the events tab for "keyisup" and "keyisdown" and they are there. Can you please help me I am in a hurry. Thanks.
Check the if statement inside of the timer it might be that you set only one equals sign for goRight Boolean. It should if goRight == true.
thanks man!
i didn't understand the
gameTimerEvent>>player.left code where did you add the player name
Game timer event is linked to the timer object. That's what we use to control the game loop i.e. movements and collision. Player name is set to the player car in the properties window.
Everything is very good except that when I start I can't move the car, other than that everything flows well
thanks
how can i add an engine sound? i mean how i should write it in code, if i already add an engine sound in resources? PLS help me
The player car speed on my computer is slow and jumpy. What can I change to make it fast and smooth like this?
You can reduce the timer interval to 20 or below for faster frame rate. Remember the low number you use, the timer tick event will trigger more often. For this kind of game 20 is sufficient. The timer event ticks every 20 milliseconds and game play should be smoother as a result.
i can't link the hit wav, sound in the last. any solution for this?
btw its okay now i just add it again in resource file
Thats awesome you solved it.
What is the front end and back end of this project
Designer is the front end where you add graphics such as picture boxes for cars, badges, road tracks etc and back end is the C# script.
Player ka variable kahan declare kiya ha ?????????????????????????
Can you maybe make a tutorial on, how to create and display a high score table using a text document?
How do you mean? Like save each game play scores in a existing text document?
@@mooict Yeah, for example with like an option to view it in a main menu
I cant get the player to move even though i wrote the code exactly how it is here. how can i fix that?
Check if the form has key up and down events linked in the events window.
solved? i cant move my cursor too
Can I use vs code 2022
Yes you can
You go way to fast bro
Thanks. Dont it. Next stop brick game.
Noice.