GAMESTATES - Episode #11 - Platformer Tutorial Java

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

КОМЕНТАРІ • 26

  • @phungquanglong1446
    @phungquanglong1446 Рік тому +14

    Anyone watching this in 2023? Love all of your good works Kaarin, keep it up my man!

  • @KaarinGaming
    @KaarinGaming  2 роки тому +10

    Hey guys!
    New episode, new topic!
    Today we add the gamestates that you voted for and it makes our code much easier to deal with.
    I hope you like it and/or find it useful!
    I would also like to thank you guys once more for the 1000 subscriber mark. That's awesome :D
    Cheers!

  • @Goofygoober446
    @Goofygoober446 2 роки тому +10

    Out of all the platform tutorials, i can definitely say that your tutorials are way better than others. So thank you very much kaarin. We all appreciate it. We hope you will continue your channel and it will grow very fast.

  • @calixt88
    @calixt88 2 роки тому +9

    This series is amazing. Please continue this series as long as possible without burning out!

  • @Clipaholick
    @Clipaholick 2 роки тому +2

    I love this series!

  • @aladin7339
    @aladin7339 2 роки тому +1

    thanks 😊great job as always

  • @devnull711
    @devnull711 2 роки тому +1

    Hey, thank you for the content, I am still liking it :) consider making the State class abstract and make it implement most of the interface method (maybe leave out update() and draw())

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

    Thank you so much!

    • @KaarinGaming
      @KaarinGaming  2 роки тому

      Hope you find it useful :D

    • @od1367
      @od1367 2 роки тому +1

      @@KaarinGaming I love your vidoes, the effort you put in it to edit and explain things is so rare and i appreciate it!!!

    • @KaarinGaming
      @KaarinGaming  2 роки тому +1

      @@od1367 Thanks man!

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

    it would be better to make a Menu class and tick/render it instead of game when it's not set to null.

  • @thenagainwhodoes7764
    @thenagainwhodoes7764 2 роки тому +1

    I have a homework a need to make a game in 6 weeks. When this series is going to end?

    • @KaarinGaming
      @KaarinGaming  2 роки тому

      No idea. Probably longer than 6 weeks

    • @felipegomes2263
      @felipegomes2263 2 роки тому +1

      Your homework is probably supposed to be a little simpler than that, no?

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

    first

  • @justpret981
    @justpret981 2 роки тому +1

    why you use old switch style?
    I think you know about new switch style.
    switch(val){
    case 1 -> {
    DoSmth1;
    c = a + b
    }
    case 2 -> OrJustLikeThat();
    }

    • @KaarinGaming
      @KaarinGaming  2 роки тому

      Yeah, I use the new one aswell. But mostly I use it because of old habit :)

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

    series about how you shouldn't code 🥹