something I like about this series is that it teaches programming and not coding. it doesn't say "this line of code does this" it says "this little piece does this, and this is how you can put it together with other things to do new things"
@adambonini3129 Жыл бұрын
You’re explaining coding in a way that is making sense to me which is a rare feat
@Kaitality2 жыл бұрын
I would love to learn about collision physics and creation of music in the game. Great video!!
@ajaydillon47592 жыл бұрын
Loving these videos. Extremely well structured compared to most tutorial videos. Thanks!
@alecpersechino430 Жыл бұрын
High quality videos. Thank you for the time and effort.
@davedavenport86736 ай бұрын
Is LSHR or >>> faster than division? ie. player.x+4>>>3 would divide by 8. I realize this is probably beyond the scope of a beginner tutorial, but thought I would ask.
@aztec6652 Жыл бұрын
i still like the tutorial but however i dont understand it yet
@benjaminnordling5353 Жыл бұрын
I was confused when I watched it too but when I actually started making a game it all made sense
Yeah, me too. I'm trying to figure it out, but keep getting syntax errors. Guess it's too late to ask Space Cat for the mget line to be posted? Hold that thought...solved it. Print(mget(flr(player.x/8),flr(player.y/8))) Had an errant parenthesis opening on the y flr.