Mario Turtle AI | Coding a 2D Game Engine in Java #55

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

КОМЕНТАРІ • 18

  • @hilbert_curve3680
    @hilbert_curve3680 3 роки тому +4

    This has come a long way from rendering the first triangle. Keep up the good work!

    • @GamesWithGabe
      @GamesWithGabe  3 роки тому +1

      That is true. I always like how development seems to "speed up" once you get all the core engine parts out of the way :)

  • @christianzimmer647
    @christianzimmer647 3 роки тому +1

    Thank you Gabe for these awesome tutorials ! Cool to see someone spreading his knowledge in such a good and informative way.

    • @GamesWithGabe
      @GamesWithGabe  3 роки тому

      No problem! I'm glad that they're still helping you guys out, and hopefully I can start another series pretty soon :D

  • @DevNugget
    @DevNugget 3 роки тому +1

    Poggers! I say this everytime but its so cool how long this series has come out

    • @GamesWithGabe
      @GamesWithGabe  3 роки тому +1

      Thanks DevNugget! And it has been awhile haha. Hopefully I'll be moving on to another series pretty soon though :)

  • @DavidB-ln6rd
    @DavidB-ln6rd 3 роки тому +1

    Awesome work

  • @luandkg
    @luandkg 3 роки тому +1

    The best notification of my day !

    • @GamesWithGabe
      @GamesWithGabe  3 роки тому +2

      It's funny you say that, because your comments are always best notifications of my day :D

  • @hugoblommaskog7268
    @hugoblommaskog7268 3 роки тому +4

    Gabe I watched the first videos in this series about a year ago and I was happy to find that you are still working on it. I was wondering if you could maybe move on to 3d as your tutorials are both instructive and up to date, as opposed to all others I find.

    • @GamesWithGabe
      @GamesWithGabe  3 роки тому +1

      Hey Hugo, I'm glad that you've been finding the tutorials useful! I do plan on transitioning to 3D pretty soon, however it will be an introduction to 3D by coding a Minecraft clone. So I won't be covering "traditional" 3D techniques, but it should still be pretty helpful if you've never worked with it before :)

    • @hugoblommaskog7268
      @hugoblommaskog7268 3 роки тому +1

      @@GamesWithGabe For sure I'll be following that series. I'm currently working on an engine and it'll be a great addition with whatever you provide 3D-wise :)

  • @buggybaka
    @buggybaka 3 роки тому

    Hey gabe!!, i git my nee pc ryzen 9 3900XT, and i am so excited i will go through all of your videos, expect to get a view for every video from me!!

    • @GamesWithGabe
      @GamesWithGabe  3 роки тому

      Haha nice CGO Clan! That's a pretty sick PC, and hopefully you'll be able to play some cool games with it and develop some cool games as well :)

  • @Speiger
    @Speiger 3 роки тому +1

    Why don't you suggest "refactor" options when editing code on this scale. Yes the editor tells you variable is no longer present, but it fixes potential problems of a mistake.
    Also i would suggest a "Prefab" registry that imgui is using that would clean the code too where you don't have to copy paste code and could even simplify the code very easily.
    Why i suggest this. Because registries are really important in general. It allows to reduce "Hardcoding" of things and add dynamically too. You still get the same examples but if you want to add something dynamic to it a registry would allow it to be added later. (Expansions etc) Its also a good practice too.

    • @GamesWithGabe
      @GamesWithGabe  3 роки тому

      I'm not worrying too much about the code in this tutorial series at this point because I'm mainly trying to finish the series. I feel like all the core features of the engine have been completed, and everything I'm adding now is just to demonstrate how you could use it.
      When I close off the series though I do want to add a "things I would change/refactor" section of the last video. Can you give me any tutorials you've found about the registry too? I've looked around a bit, but I haven't found anything very good and didn't know if you had some good articles on hand :)

  • @gentworm2377
    @gentworm2377 3 роки тому +1

    Automatic like