Non Game Dev Takes Advice From YOU!

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 28

  • @refeals
    @refeals 11 місяців тому +1

    Always awesome to see a new game dev channel! Cant wait to see your progress :)

  • @Skeffles
    @Skeffles Рік тому +2

    Fantastic start to your game dev! Love to see what you've learnt and how you'll apply that to future games.

    • @GreenLightDev
      @GreenLightDev  Рік тому +1

      Thank you!! I appreciate the encouragement! 🙏

  • @Incendor
    @Incendor Рік тому +3

    Hey, awesome video! :)
    I really like how you portray not only the technical details, issues and solutions but also the thought processes behind everything and what led to what.
    Also this is a really neat way to interact with your community, I really like how you approach that in a way that makes it feel interactive. :)
    And while we're at the topic of giving tips: To prevent the enemies from piling over top of each other you could theoretically allow them to collide with each other - that would make for some fun (and scary) clumps of enemies to run from and/or shoot at 😁

    • @GreenLightDev
      @GreenLightDev  Рік тому +1

      Thank you!! I'm really glad you're liking the video format--I've gotten a lot of great advice for how I could be doing things more efficiently, and so I wanted to include that.
      Also that's a good idea about the collision! Someone else even mentioned that as well, and it's something that I want to play around with more. My first attempt led to the enemies getting stuck on each other, but I think once I implement it correctly, it'll lead to some really cool gameplay. I appreciate the tip!! 🙏

  • @harveysoto
    @harveysoto Рік тому +1

    These videos are great 🙏

  • @abayer3
    @abayer3 11 місяців тому

    For your chase code, you should look into flocking algorithms like Boids which would likely give a more realistic result than fuzzing the target point as the number of enemies increases.

    • @GreenLightDev
      @GreenLightDev  11 місяців тому

      Ah I haven't heard of that, but it sounds interesting! Especially if it gives a nicer result in the end, I'm all for it. Thanks for the tip!

  • @besher532
    @besher532 Рік тому +1

    just kind of curious if you have anything in mind for the gameplay loop, great video as always!

    • @GreenLightDev
      @GreenLightDev  Рік тому

      Currently, there's no use for the money in the game, so I think it would be great to add items/upgrades that the player can buy, then hopefully use them to get more money for better upgrades. The idea is to keep it an arcade-like game to try and last as long as you can 👍

  • @saniel2748
    @saniel2748 Рік тому

    You know this enemy bug you have hits home for me. Debugging Realtime systems is incredibly hard, even though I did start programming by making games in 9th grade. To this day some bugs just make my head explode since there is no single point of failure, there is no button to press to break things and step through and logging can be too noisy
    This problem got even worse as I started learning graphics programming which is... Well its GPU. Although debugging single frame is actually better than cpu (debuggers can literally record whole frame so you can even debug backwards). Still, when you get one of these "continuous" bugs its always hard
    Should probably get used to these :))))
    Just don't give up. But do take breaks, sometimes long ones.

    • @GreenLightDev
      @GreenLightDev  Рік тому

      Oh no, it sounds like there's going to be more to come, then? 😂 You're definitely right about those continuous bugs, I think that was the most difficult bug I had to try and figure out yet because of there being no clear point of failure, like you said. It took me a long time to figure out, which I couldn't show it all in the video, but it felt great when it was finally fixed. Hopefully I'll get more experienced with these types of bugs as time goes on, and I'll remember your advice if I can't figure something out. Thanks! 🙏

    • @saniel2748
      @saniel2748 Рік тому

      @@GreenLightDev honestly I'm no professional myself, just university student
      Regarding taking breaks btw, it is a bit complicated
      You don't want to quit too early but at the same time I had times wgere I would stay awake until 5AM only to fix bug after getting some sleep
      I guess best thing to do is just srt deadline where you quit no matter what. Dunno, its more highly likely you know better than me about such situations lol
      In any case wish you patience in your quest on conquering skill issues

    • @GreenLightDev
      @GreenLightDev  Рік тому +1

      That makes sense! I know that sometimes, I can reach a certain point if I've been staring at a problem for too long where I know I hit a wall where I'm not going to be able to make any progress on it. And sometimes after stepping away for a little while, I can come back to it and know exactly what I've been doing wrong. It's funny how that works!

  • @madmanwithaplan1826
    @madmanwithaplan1826 11 місяців тому

    Good job

  • @Bluepikminproductions
    @Bluepikminproductions 4 місяці тому

    hey, game dev here. i would recomend using _physics_process instead of _process for your use case. Physics process is consistent but process is based on framerate. using process could cause some weird things to occur when the framerate drops

    • @GreenLightDev
      @GreenLightDev  4 місяці тому +1

      You're probably right about that. I ran into certain bugs where it's entirely possible that it may be linked to me using the _process function instead of _physics_process 😅 I'll be sure to keep that in mind! Thanks for the tip! 🙏

    • @Bluepikminproductions
      @Bluepikminproductions 4 місяці тому

      @@GreenLightDev no problem mate

  • @kevin_eleven
    @kevin_eleven Рік тому +1

    Les gooo

  • @Volt-Eye.
    @Volt-Eye. Рік тому

    The reason we think Game dev is easy after watching a You Tube vdo is just because in a vdo a guy just show how he mad a unique game with unique mechanics in just 5 days.
    But its just front end
    He does not show back end where he worked like a Dog to make that game work. Where he was annoyed where bugs popped up.
    And in a vdo you have power to hide the buggy area or show only specific aspects of the game.
    And us viewers get motivated and think Game Dev is easy but when we do and get tangled in the code logics we get frustrated.
    Its same for every engine or framework.
    I am happy to see, somebody is using Google Bard instead of GPT.

    • @GreenLightDev
      @GreenLightDev  Рік тому

      That's true! There's a lot of work involved that you don't always see in videos, so you won't know about it until you experience it yourself!

  • @Horfact
    @Horfact 11 місяців тому

    My only advice is to not forget me when you blow up 🙏

  • @tyomoonfell7722
    @tyomoonfell7722 Рік тому

    Good evening! Im fairly new to game dev myself. I have about 3 months of experience now where ive poured all my freetime into my game. I watched a few of your videos and have encountered so many issues you have. I was wondering if you would be interested in a discord chat sometime to maybe build off each other. But anyway keep up the good work! Thing are looking great and im excited to see where its going

    • @GreenLightDev
      @GreenLightDev  Рік тому

      Hey! That's good to know that I'm not the only one running into the problems that I am 😂 that's awesome that you're new to game dev as well! Sure! Feel free to add me on Discord: @greenlightdev. Always great to have people to bounce ideas off of!

  • @EpicMemergamer
    @EpicMemergamer Рік тому

    try to make it stand out there and have a good atomsphere. like under the waves, it is so unique it made for one of the best gamimg experiences ever for me