Download the project here github.com/mooict/Balloon-Pop-Arcade-Game-in-Windows-Form
@GymDiaries28 ай бұрын
I am daily create one project using your tutorial and it's work it very help it to create thank you sir❤🎉🎉
@mooict8 ай бұрын
Happy to help my friend, keep on coding ☺️
@sunilpal28604 жыл бұрын
Ur doing a phenomenal job,please create a tutorial on Ludo & Snake Ladder
@bisnudas10594 жыл бұрын
Nice
@GymDiaries28 ай бұрын
Sir you are great 🎉❤
@muhammadafzal2376 ай бұрын
Good approach👍 But I think playing with mouse is boring. You should try something that could be played with keyboard.
@lemillion62064 жыл бұрын
Dude I gotta say that I love your videos, they're really helping me on my journey. keep up the good work! Got one question tho, how can I make sure that the balloons don't get stacked on top of each other or at least make it look more smooth if they do?
@mooict4 жыл бұрын
Hi thanks for the kind feedback. For your question one way is to give each picture box a individual space where they move once clicked one for example picturebox1 left can be set to 20, picture box to left to 150 and so on. This way they won't overlap with each other. Another way can be using the same method to stop the bomb and balloon picture from overlapping boxes. Inside he time we check if the bomb picture box interesting with any other of so we give them a random location. See which works for you 😊
@arvsnacs4224 жыл бұрын
Done it. Thanks.
@vojtahubicka50994 жыл бұрын
Nice video my bro.
@mooict4 жыл бұрын
Thank you glad you found it useful
@JoseVasquez-yy5jg2 жыл бұрын
Do you have any code or game where the picture box instead of dissappearing bounces from the boundaries? Im trying to spawn several picture boxes as one of your games but instead of having them being static im trying for them to move through the form, would be a great help if you could help me out!
@BahpuAgain4 жыл бұрын
Hi, im trying to make a game in a similar fashion but im trying to make the targets (balloons) come through the screen at random angles. Please could you tell me how i would do this with windows forms? Thank you.
@mooict4 жыл бұрын
In that case you can move the balloons by balloon.Top -= Speed; to move it upwards and balloon.Left -= or += Speed; to move left or right try it out
@BahpuAgain4 жыл бұрын
Moo ICT thank you very much, how would I make it so the targets come at totally random angles though? As oppose to predetermining them
@rajvipanchal19922 жыл бұрын
How to stop overlapping of balloons in game ?
@rajvipanchal19922 жыл бұрын
Hii i want to make levels in this game can you please help out me 🙏🥺
@mooict2 жыл бұрын
You can try this tutorial, it's creating a start screen and a game screen it can be used for multiple levels too. kzbin.info/www/bejne/n32ZfK1upc-gocU
@rajvipanchal19922 жыл бұрын
@@mooict tysm but i saw that video i am not getting the level concept. Can u suggest any other video ?
@mooict2 жыл бұрын
@@rajvipanchal1992 which game are you adding a new level to?
@rajvipanchal19922 жыл бұрын
@@mooict sir, balloon popping game.... I got a project in which i have to add levels