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!
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.
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())
Anyone watching this in 2023? Love all of your good works Kaarin, keep it up my man!
Me
yup
24.
try 2025, this guy is amazing for my computer engineering degree!
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!
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.
Thank you
This series is amazing. Please continue this series as long as possible without burning out!
Thanks. I will :D
I love this series!
thanks 😊great job as always
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())
Thank you so much!
Hope you find it useful :D
@@KaarinGaming I love your vidoes, the effort you put in it to edit and explain things is so rare and i appreciate it!!!
@@od1367 Thanks man!
it would be better to make a Menu class and tick/render it instead of game when it's not set to null.
I have a homework a need to make a game in 6 weeks. When this series is going to end?
No idea. Probably longer than 6 weeks
Your homework is probably supposed to be a little simpler than that, no?
first
Yes you were :P
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();
}
Yeah, I use the new one aswell. But mostly I use it because of old habit :)
series about how you shouldn't code 🥹