How to make a balloon pop arcade game in windows form and C#

Поделиться
HTML-код
  • Опубликовано: 28 окт 2024

Комментарии • 28

  • @mooict
    @mooict  3 года назад

    Download the project here github.com/mooict/Balloon-Pop-Arcade-Game-in-Windows-Form

  • @GymDiaries2
    @GymDiaries2 7 месяцев назад +1

    I am daily create one project using your tutorial and it's work it very help it to create thank you sir❤🎉🎉

    • @mooict
      @mooict  7 месяцев назад

      Happy to help my friend, keep on coding ☺️

  • @sunilpal2860
    @sunilpal2860 4 года назад +2

    Ur doing a phenomenal job,please create a tutorial on Ludo & Snake Ladder

  • @lemillion6206
    @lemillion6206 4 года назад +2

    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?

    • @mooict
      @mooict  4 года назад

      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 😊

  • @muhammadafzal237
    @muhammadafzal237 5 месяцев назад

    Good approach👍
    But I think playing with mouse is boring. You should try something that could be played with keyboard.

  • @vojtahubicka5099
    @vojtahubicka5099 4 года назад +1

    Nice video my bro.

    • @mooict
      @mooict  4 года назад

      Thank you glad you found it useful

  • @bisnudas1059
    @bisnudas1059 4 года назад +1

    Nice

  • @GymDiaries2
    @GymDiaries2 7 месяцев назад

    Sir you are great 🎉❤

  • @JoseVasquez-yy5jg
    @JoseVasquez-yy5jg 2 года назад

    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!

  • @arvsnacs422
    @arvsnacs422 4 года назад

    Done it. Thanks.

  • @BahpuAgain
    @BahpuAgain 4 года назад

    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.

    • @mooict
      @mooict  3 года назад +1

      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

    • @BahpuAgain
      @BahpuAgain 3 года назад

      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

  • @rajvipanchal1992
    @rajvipanchal1992 2 года назад

    How to stop overlapping of balloons in game ?

  • @rajvipanchal1992
    @rajvipanchal1992 2 года назад

    Hii i want to make levels in this game can you please help out me 🙏🥺

    • @mooict
      @mooict  2 года назад

      You can try this tutorial, it's creating a start screen and a game screen it can be used for multiple levels too. ruclips.net/video/iL6Kz8pjmkc/видео.html

    • @rajvipanchal1992
      @rajvipanchal1992 2 года назад

      @@mooict tysm but i saw that video i am not getting the level concept. Can u suggest any other video ?

    • @mooict
      @mooict  2 года назад

      @@rajvipanchal1992 which game are you adding a new level to?

    • @rajvipanchal1992
      @rajvipanchal1992 2 года назад

      @@mooict sir, balloon popping game....
      I got a project in which i have to add levels

    • @rajvipanchal1992
      @rajvipanchal1992 2 года назад

      Can you please help me out ?🥺