Creating a Metroid inspired platformer in Godot [or Hollow Knight / Castelvania]

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 178

  • @TwistedNsanity
    @TwistedNsanity 3 หลายเดือนก่อน +4

    Your tutorials are so easy to follow, you do good work man

  • @grandparick3176
    @grandparick3176 6 หลายเดือนก่อน +53

    Your skills and teaching style is unparallel. I have ADHD so it's very hard for me to normally stay focused but the way you teach and pause as well as give us a task to do on our own feels interactive. Moreover you always encourage to read the documentation and tinker with stuff. I know you have your own tech domain that you like but man I wish only if you taught things like web development or springboot type of stuff I would never have an excuse not to finish the full course cause your teaching style is amazing.

    • @anthonydrakefordshadow
      @anthonydrakefordshadow 6 หลายเดือนก่อน

      💯

    • @kratos2912
      @kratos2912 6 หลายเดือนก่อน

      I was here to leave the same comment. Would love a video on web dev from scratch using flask/django

    • @ADITYA3GAME
      @ADITYA3GAME 6 หลายเดือนก่อน

      What is it like to have ADHD and growing up with it? And when did you discover you had ADHD?

    • @md.mizanurrahmanxendpdc.369
      @md.mizanurrahmanxendpdc.369 6 หลายเดือนก่อน +1

      ​@@ADITYA3GAMEIt's worse then having disosiative identity disorder. Normally, it is hard see the interception on ADHD and normal on a single person. But If you don't take care of your brain or took less sleep, it will try to take over yourself, changing your social behaviour and eat its own brain cell and give headache. Consequently, leading the person to suicide.
      (Note: I had friends like that and it is not me. I always pray for their swift passing not as sign of cruelty but for their true judgement and peace.)

    • @isaiah3613
      @isaiah3613 หลายเดือนก่อน

      ​@md.mizanurrahmanxendpdc.369 wtf man... that's not even what adhd is even in the extreme cases

  • @SmoomsyWoomsy
    @SmoomsyWoomsy 6 หลายเดือนก่อน +3

    I only just found and finished your ultimate introduction to Godot recently (which helped me a ton!!), and now there's another banger! I can't wait to get stuck into this one, thank you for your content dude, keep it up! :D

  • @CassyCodes
    @CassyCodes 6 หลายเดือนก่อน +12

    GODOT TUTORIAL!!!!!! Bookmarked, scheduled in my calendar. I'll be back soon to binge this!

  • @GCKteamKrispy
    @GCKteamKrispy 6 หลายเดือนก่อน +37

    I know this is a lot to ask with everything that you have provided us with, but I would really appreciate tutorial on 3D style game in Godot: DOOM, Minecraft (as a course on Udemy maybe), or something else!
    Thank you

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน +43

      working on it!

    • @username-y2f4p
      @username-y2f4p 2 หลายเดือนก่อน

      @@ClearCode yeah

  • @OettingerPirat
    @OettingerPirat 4 หลายเดือนก่อน +1

    Finally made it through this tutorial (as I am keeping a lot of notes with added screenshots etc during tutorials, it takes always a while to consume them). This video is fantastic, thank you so much for delivering always such useful content! A shame that the amount of views unfortuanetly doesn't relefect the quality of it, otherwise it would have billions! I hope you keep up producing Godot related content :)

  • @flor18gatar
    @flor18gatar 6 หลายเดือนก่อน +1

    Thank you so much for another godot tutorial! I truly appreciate the work you do for us, and I hope that for everything we gain as viewers from your content, you also gain an equivalent amount of success and fulfilment in turn.

  • @VertexRage
    @VertexRage 6 หลายเดือนก่อน +6

    Thanks for this tutorial. It's seriously better than some paid courses I've taken (and not only for Godot, but overall).

  • @buzzbuzz20xx
    @buzzbuzz20xx 6 หลายเดือนก่อน +2

    Oh my god this looks amazing
    I'm gonna follow it when I have time

  • @SUBHAMDASARMY6654
    @SUBHAMDASARMY6654 2 หลายเดือนก่อน +1

    brilliant man thanks for these type of videos for beginners

  • @nghia3472
    @nghia3472 6 หลายเดือนก่อน +2

    At 5:20:56 the condition for the shotgun angle should be < 45 for the 90 degree arc coming from the crosshair (45 to -45 since we are taking the absolute difference) otherwise the arc will be 180 degrees. Most importantly, the angle returned by the angle function seems to return the smallest angle from the x-axis so when aiming to the left above the x-axis it would return an angle of -180 whereas slightly below would return 180 which is a problem because the difference will be 360 degrees even though the two angles are directly next to each other. This only applies when aiming left so to account for this you also need to include angle differences greater than 315 as well (for the lower 45 degree arc). The full condition should be:
    pos.distance_to(enemy.position) < Global.gun_data[Global.guns.SHOTGUN]['range'] and (abs(bullet_angle - enemy_angle) < 45 or abs(bullet_angle - enemy_angle) > 315)
    P.s great tutorial

  • @brandonjacksoon
    @brandonjacksoon 6 หลายเดือนก่อน +2

    Clear Code, thank you! I was waiting for yours metroid inspired game dev course!

  • @alprn55
    @alprn55 6 หลายเดือนก่อน +10

    Thank you. You are amazing! Can't wait to learn a bunch with this as with the first one. Hope you have more Godot tutorials cooking for us :)
    Just an edit for info: Version 4.3 starter isn't 4.3. It asks for a conversion when opening.

  • @derHowitzer
    @derHowitzer 5 หลายเดือนก่อน +1

    You're a godsend my friend. May God bless you ❤❤, for the content you create and the way you teach is priceless and second to none. There are many people who make courses, but you add exercises in between, create videos on projects, in which you guide us, and even add helpful tips and insights while teaching, all while also recapping things you've already taught. Recap and recall is extremely essential while learning, and the tutorials you create are honestly the most ideal to learn.

  • @Quick_Noise
    @Quick_Noise 6 หลายเดือนก่อน

    As a complete beginner in coding who relies on the built-in movement script I can say I did understand almost everything is happening here thanks to your teaching skills

  • @brandonjacksoon
    @brandonjacksoon 6 หลายเดือนก่อน +2

    Thanks for Brilliant, I will check it out!

  • @Govindhuujh
    @Govindhuujh 6 หลายเดือนก่อน

    broo finally you came with a new godot video, thanks for your content.

  • @gregcruz6517
    @gregcruz6517 6 หลายเดือนก่อน

    Glad i found these videos! Love hours long videos that go far in depth! Thank you so much i hope i can learn lots :)

  • @The_Pabloburrito
    @The_Pabloburrito 6 หลายเดือนก่อน +1

    Its so cool to be here so early, haven‘t watched the video but i know its going to be another amazing tutorial!

  • @JohnSmith-he5xg
    @JohnSmith-he5xg 3 หลายเดือนก่อน

    Masterful tutorial. Really great info about organizing a project.

  • @someone_unkn0wn
    @someone_unkn0wn 3 หลายเดือนก่อน

    Clear Code I love you so much. Your videos make my day!♡

  • @cd2028
    @cd2028 6 หลายเดือนก่อน

    wasn't expecting a new tutorial. so this is awesome!

  • @brandonjacksoon
    @brandonjacksoon 6 หลายเดือนก่อน

    Incredible! Thanks for the awesome course!

  • @TrowSonny
    @TrowSonny 6 หลายเดือนก่อน

    Youhooooo ! Clear Code at it again

  • @nghia3472
    @nghia3472 5 หลายเดือนก่อน

    Thanks

    • @ClearCode
      @ClearCode  5 หลายเดือนก่อน

      thank you so much :)

  • @geodanila89
    @geodanila89 4 หลายเดือนก่อน

    Amazing tutorial. Thanks for doing this!

  • @rrahll
    @rrahll 6 หลายเดือนก่อน

    Awesome course! Always the best!

  • @100levelz
    @100levelz 6 หลายเดือนก่อน

    Adding to my watch later, thank you for doing another Godot video i greatly appreciate it ❤

  • @Niandragons
    @Niandragons หลายเดือนก่อน

    1:52:30 Why animate the torso with custom left / right animations but with the legs you just flip it? Wouldnt it be better to flip the torso aswell?

  • @ka3n
    @ka3n 6 หลายเดือนก่อน +11

    He isnt pregnant but he delivered

  • @MrBuccaneer1
    @MrBuccaneer1 6 หลายเดือนก่อน

    Danke!

    • @ClearCode
      @ClearCode  5 หลายเดือนก่อน

      Vielen Dank :)

  • @GingerBread-yf5ql
    @GingerBread-yf5ql 6 หลายเดือนก่อน +2

    I am just halfway your first godot video and you already dropped this wtf😂

  • @izzy67893
    @izzy67893 4 หลายเดือนก่อน

    I hope you keep doing godot tutorials u are the best teacher and ur teaching style is so good. I would love to see a rpg tutorial 😊

  • @jordanealmeida5986
    @jordanealmeida5986 6 หลายเดือนก่อน +1

    I hope that one day you develop an action-adventure tutorial, focused on stories, in a platform format, with puzzle solving and an open world.

  • @subarunatsuki1902
    @subarunatsuki1902 6 หลายเดือนก่อน

    Incredible work like always! ❤

  • @ramonpablito9154
    @ramonpablito9154 4 หลายเดือนก่อน

    just finished the whole tutorial, it was great thx

  • @NSA.
    @NSA. 6 หลายเดือนก่อน

    Love all ur vids ad tutorials keep it going

  • @Its_Blaze_MC
    @Its_Blaze_MC 6 หลายเดือนก่อน

    Hi! Thank you for the support!

  • @samtreich
    @samtreich 6 หลายเดือนก่อน +2

    Clear, you are the Santa Claus of game coding.

  • @ramonpablito9154
    @ramonpablito9154 4 หลายเดือนก่อน

    hi man im at 3:08:00 and i see that in your game if you go in the door and change scenes and then comeback (from station to sky and back to station for example) your game remebers the player's last position in station instead of just reloading the scene with the player's default position. How?. When i come back i just spawn in the middle of the station nowhere near to where the door was. Also i envision this will cause many problems like enemies respawning when coming back in the room etc. Im not sure if you mention it later in the tutorial, if you do then im sorry

  • @usateam.
    @usateam. 6 หลายเดือนก่อน

    5:55:27 what is the freeze? or is this a recording?

  • @NokeiadkZ
    @NokeiadkZ 2 หลายเดือนก่อน

    I'm almost finished the tutorial, but got an error even though I rewatched the video.
    @5:48:37
    Invalid access of index '2' on a base object of type: 'Array'.
    func _ready():
    for i in $Main/Entities.get_child_count():
    var entity = $Main/Entities.get_child(i)
    if entity.has_signal('shoot'):
    entity.connect('shoot', create_bullet)
    if entity.has_signal('detonate'):
    entity.connect('detonate', create_explosion)
    var scene_name = get_tree().current_scene.name
    if scene_name in Global.enemy_data:
    entity.setup(Global.enemy_data[scene_name][i])

  • @torrescle
    @torrescle หลายเดือนก่อน

    Looks like the 4.3 start project is still in 4.2 version

  • @swashbucklingames641
    @swashbucklingames641 หลายเดือนก่อน

    I love this man

  • @mhd3ds
    @mhd3ds 6 หลายเดือนก่อน +1

    Any updates on Nagonfjord??

  • @bhagwadariinbhagyanagaram
    @bhagwadariinbhagyanagaram 6 หลายเดือนก่อน

    May god bless you with a 10 million subscribers 🙏🏻🤗

  • @SuperBlackReality
    @SuperBlackReality 6 หลายเดือนก่อน

    For the coyote jump, it feels over complicated to use a timer, i know it provides nice input in form of seconds/milliseconds etc. But feels wasteful when we have access to very precise timer already, which is the delta in the _process function

  • @CharleyDonar
    @CharleyDonar 5 หลายเดือนก่อน

    THANK YOU!

  • @nyeshiakobe3164
    @nyeshiakobe3164 6 หลายเดือนก่อน +1

    velocity.x = direction.x * speed is giving an error of not being declared, how can I fix this

  • @NokeiadkZ
    @NokeiadkZ 2 หลายเดือนก่อน

    Been following the tutorial so far and enjoying it.
    However @1:18:51, I'm unable top open the "tutorial_data.tscn" to copy the stuff to save time.
    How would I open that scene?
    I tried dragging it into the project and opening it from the project folder itself, but it didn't work.

    • @ClearCode
      @ClearCode  2 หลายเดือนก่อน +1

      just double click on it, doesn't that work?

    • @NokeiadkZ
      @NokeiadkZ 2 หลายเดือนก่อน

      @@ClearCode I tried that and it just opens the game engine like starting out a new project. [GODOT Projects Asset Library Settings]
      The tutorial_data.tscn provided doesn't open on my end for some reason.

    • @NokeiadkZ
      @NokeiadkZ 2 หลายเดือนก่อน

      I finally figured it out and I got it to work.
      I'm able to continue with the tutorial.

    • @isaiah3613
      @isaiah3613 หลายเดือนก่อน +1

      ​@@NokeiadkZjust out of curiosity what was it?

    • @NokeiadkZ
      @NokeiadkZ หลายเดือนก่อน

      @@isaiah3613 I was going into the folder and opening it from there instead of opening the scene within Godot itself.

  • @cinema_tubee
    @cinema_tubee 5 หลายเดือนก่อน +1

    I think making a Godot 3D intro course will do as well as the 2D ultimate course

    • @ClearCode
      @ClearCode  5 หลายเดือนก่อน +5

      That's gonna be the next video

    • @manuelkarner8746
      @manuelkarner8746 3 หลายเดือนก่อน

      @@ClearCode i am still in the middle of the ultimate introduction but anyway i am glad to hear that your are working on a 3D course!
      btw I did a lot of your pygame videos not knowing that godot uses GDscript which is basically python, but I dont regret it since i wanted to learn software developement in a chill way

  • @_EliteKnight_
    @_EliteKnight_ 6 หลายเดือนก่อน

    Thx bro! You're the best!

  • @Twelveoglock1
    @Twelveoglock1 5 หลายเดือนก่อน

    I’ve been waiting for your next godot video! Annoyed TH-cam didn’t recommend it!

  • @xtreame_here
    @xtreame_here 6 หลายเดือนก่อน +1

    HELL YEAHH BABY! 🔥🔥🔥

  • @ChinmayPatil-o3o
    @ChinmayPatil-o3o 3 หลายเดือนก่อน

    Love the way you teqch

  • @SRY295
    @SRY295 6 หลายเดือนก่อน +1

    omg. thank for the tutorial.

  • @dariomartin8032
    @dariomartin8032 6 หลายเดือนก่อน

    You are incredible!!!

  • @joserodolfo8839
    @joserodolfo8839 5 หลายเดือนก่อน

    The Return of The King

  • @FatikDev
    @FatikDev 5 หลายเดือนก่อน +2

    I hope the next godot course about 3d

  • @henryt9871
    @henryt9871 3 หลายเดือนก่อน

    It'd be awesome if you could make some more Godot tutorial, especially some classic games e.g. Pokemon. Subcribed !

    • @ClearCode
      @ClearCode  3 หลายเดือนก่อน +1

      next tutorial will be Breath of the wild :P

  • @AlexCrafty
    @AlexCrafty 5 หลายเดือนก่อน

    Hi ! I love the way you teach and all the projects you've made so far and I'm loo,king forward to the next ones ! I like how you're IDE is looking and how you can organize classes and hide them, so what is the name of the platform you use ?

  • @smily7040
    @smily7040 3 หลายเดือนก่อน

    Great Tutorials!
    Could you please make a tutorial about Godot Multiplayer?
    Not just in the same LAN, but real online multiplayer. Also compatible on mobile games.
    That would be great.

  • @ramonpablito9154
    @ramonpablito9154 4 หลายเดือนก่อน

    i really really struggle with setgets and how to use them. Even if you explained it in the vid it almost seems like it's entering my head and leaving right away. Can anyone explain them like im 5 or use analogies for them so i can understand how they'd work in a real world context? Thanks in advance

  • @abhijithr5938
    @abhijithr5938 6 หลายเดือนก่อน

    Would like to have a tutorial on a orthogonal style game in godot like zelda one u made in pygame

  • @ramonpablito9154
    @ramonpablito9154 4 หลายเดือนก่อน

    im at around the 5h mark now and im wondering if making a shader for a hit flash is a bit overkill? Like if it wasn't in the context of a course and you weren't trying to show us the basics of shaders would it be a good idea to simply use modulate ?
    something like this in the hit() func:
    modulate = Color(1,0,0)
    await get_tree().create_timer(0.1).timeout
    modulate = Color("ffffff")
    3 lines of code, same result no?

  • @Lansamatv
    @Lansamatv 5 หลายเดือนก่อน

    Excellent tutorial, please continue making more Godot if you can make one of a Farm game. That you have to water the plants every x time for better production and so on ❤

  • @atrell41
    @atrell41 11 วันที่ผ่านมา

    Hey Clear Code, nice tutorial and all, but... where do you actually get all of these information from, do you self teach yourself these or do you have any source you could recommend me and the others to get learning more?

  • @Kraigist
    @Kraigist 6 หลายเดือนก่อน

    The project files on the google drive start further along than the video shows. When does the video "catch up" to the project files so I can do the challenges along with the video?

  • @nghia3472
    @nghia3472 6 หลายเดือนก่อน

    Should the the physics stuff like apply_movement and apply_gravity be in _physics_process instead or does it not matter for this game?

  • @boombox2112
    @boombox2112 4 หลายเดือนก่อน

    Not sure if this is a me problem but the file in the one drive for 4.3 doesnt seem to work with the latest godot release, still has the old title map versions not the new layer stuff

  • @DC-jw8fw
    @DC-jw8fw 6 หลายเดือนก่อน +1

    Hi, can you please share the final code so it is easier to troubleshoot during the practice. Thanks a lot!

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน

      you can find it in the drive folder

    • @DC-jw8fw
      @DC-jw8fw 6 หลายเดือนก่อน

      Thank you so much!

  • @firnyx
    @firnyx 6 หลายเดือนก่อน

    Let's gooo always great quality in your tutorials . I also watched the shaders tutorial on your secondary channel, do you plan to do some more tutorial about this ?

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน +2

      Yes, I will make an entire shader course later this year! It's gonna be something like 30 hours

    • @firnyx
      @firnyx 6 หลายเดือนก่อน +1

      30 hours HOLY??? Can't wait to see that !

    • @john792A2
      @john792A2 6 หลายเดือนก่อน

      what is his secondary channel?

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน +1

      th-cam.com/play/PLpMixYKO4EXekueh62_CFy5OhROL1PXDG.html&feature=shared I experimented with another channel and tried making more regular videos; although it didn't really work out so now it is a bit abandoned; there are 3 pretty decent shader videos in a playlist though

    • @john792A2
      @john792A2 6 หลายเดือนก่อน +1

      @@ClearCode Thank you! Your first Godot tutorial is fantastic. Looking forward to more content from you.

  • @mohdaarish7917
    @mohdaarish7917 6 หลายเดือนก่อน +3

    Was this in your udemy course?

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน

      no, it's new

    • @DYNAMAX_D
      @DYNAMAX_D 6 หลายเดือนก่อน

      @@ClearCode wait you had a udemy course?

    • @mohdaarish7917
      @mohdaarish7917 6 หลายเดือนก่อน

      @@ClearCode ok I have to do the udemy course but currently I'm doing some webdev projects hope the course will be of great help to me

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน

      @@DYNAMAX_D Not for Godot, only for pygame and tkinter

  • @VertexRage
    @VertexRage 6 หลายเดือนก่อน

    Isn't calling 'move_and_slide' from process (eg. on Drone) a bad practice though? According to Godot docs it should be called from _physics_process only 🤔

  • @whosemaster5957
    @whosemaster5957 5 หลายเดือนก่อน

    Thanks for all of your amazing tutorials, hands down the best source out there! Can we get a pygame_gui tutorial?

    • @ClearCode
      @ClearCode  5 หลายเดือนก่อน +1

      I am currently working on some other things but might do next year :)

    • @whosemaster5957
      @whosemaster5957 5 หลายเดือนก่อน

      @@ClearCode excellent, can't wait for the next video!

  • @MrDxDev
    @MrDxDev 6 หลายเดือนก่อน

    This is awesome 🎉 but please were can i get a tutorial for procedural animations 2d in godot

  • @kydaper8089
    @kydaper8089 6 หลายเดือนก่อน

    When I downloaded the project files it seems it was in a state after the Player Movement tutorial was finished. Did I do something wrong?

  • @FalconBeatbox
    @FalconBeatbox 4 หลายเดือนก่อน

    Could we get an isometric python game course?? Please! I haven't found any good tutorials in this area to show how this works using Tiled and the potentially the different issues that you face when coding versus say a 2D game.

  • @xaiyeon_xiuzhen
    @xaiyeon_xiuzhen 5 หลายเดือนก่อน

    alright, ty :D time to learnnnn

  • @thefeedbag3203
    @thefeedbag3203 3 หลายเดือนก่อน

    For the crosshair in 'Player Grahpics', the line "position + direction * distance + Vector2(0, duck_offset)" is giving me "Standalone expression (the line may have no effect)". The crosshair does not move when I test it in 'run project'. Everything else appears to be identical to theirs, I've double checked. I'm on 4.3, so maybe there's an issue there? Anyone else get this issue?

    • @ClearCode
      @ClearCode  3 หลายเดือนก่อน

      I think it should be position += (you forgot the "=")

    • @thefeedbag3203
      @thefeedbag3203 3 หลายเดือนก่อน

      @@ClearCode Thank you so much. That did the trick (well now it shoots off the screen, but I'll solve that myself, haha).

  • @amongusnightmare1223
    @amongusnightmare1223 6 หลายเดือนก่อน +1

    HOLY LETS GO!!!!

  • @ussjd9u3hd
    @ussjd9u3hd 6 หลายเดือนก่อน +10

    imagine getting this for free

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน +8

      you don't have to imagine 😁

  • @nothingbuteverything3351
    @nothingbuteverything3351 3 หลายเดือนก่อน

    More on Godot pls

  • @thiagoreis5208
    @thiagoreis5208 4 หลายเดือนก่อน

    Muito bom! Sou aqui do brasil e gosto muito do seu conteúdo!

  • @wadehowlett66
    @wadehowlett66 หลายเดือนก่อน

    HOW CAN I ADD LIKE A PAUSE SCREN OR OPTIONS

  • @DYNAMAX_D
    @DYNAMAX_D 6 หลายเดือนก่อน

    thanyou for your turn based game which you had given ,

  • @bevloy7517
    @bevloy7517 6 หลายเดือนก่อน

    The exact type of tutorial ive been after.

  • @Cool-u5k
    @Cool-u5k 4 หลายเดือนก่อน

    Thanks a lot 😊

  • @IFarrell625
    @IFarrell625 หลายเดือนก่อน

    Hi, I wanted to follow this tutorial, but when I downloaded the starting project from the Google Drive is not the same as in the video? There´s already an entity and a player scene, including the script. And when I run the project, it does not show me the level, but the camera focused on the player node, with the godot logo, but I can´t move.
    Also, the Godot 4.3 version is broken from the beggining, all the tylemaps have the "Error" triangle next to them.
    Am I downloading something wrong? I downloaded the ones the .zip, not the ones on the folder that say "progress".
    Should I just delete the "player" scene and do it from there? I don´t want to delete something from the base project that´s going to haunt me 5 hours in...

    • @ClearCode
      @ClearCode  หลายเดือนก่อน

      oh I am so sorry, if you check the google drive folder again you will find a Metrodot start_updated file, that one should show you the proper start one. It will give you warnings for all the tilemaps but that's just because the node was depreciated in favor of the tilelayer, it's still gonna work just fine!
      Hope that works better now and let me know if you have questions :)

    • @IFarrell625
      @IFarrell625 หลายเดือนก่อน

      @@ClearCode Ah, There we go! The new one looks like the start of the tutorial. Thank you very much, Really wanted to try this series.

  • @vaibhavkrkm
    @vaibhavkrkm 6 หลายเดือนก่อน

    Hi Clear Code! 😊 Can you send the link for your Godot theme (if possible to export), it is so well made and relaxing, exactly my type!
    Amazing and Clear tutorial as always! 💙

    • @ClearCode
      @ClearCode  6 หลายเดือนก่อน +1

      I think it is just the default darker theme with white highlights. Can send you the hex codes if you like

    • @vaibhavkrkm
      @vaibhavkrkm 6 หลายเดือนก่อน

      @@ClearCode Ohh didn't know that! Thanks for clearing it out! 😅 No problem, I think I can set it up! Thanks !💙

  • @codewithram5303
    @codewithram5303 4 หลายเดือนก่อน

    Happy teachers day

  • @tonystank6422
    @tonystank6422 4 หลายเดือนก่อน

    Bro do you have a linkden?
    So that I can actually mention you as a source of learning
    You are doing awesome work bro

  • @ramonpablito9154
    @ramonpablito9154 4 หลายเดือนก่อน

    Is it normal if a big part of the player movement is already done in the project file? Im lowkey scared to start because i want to make sure i downloaded the right thing

    • @ClearCode
      @ClearCode  4 หลายเดือนก่อน

      for the start project there should only be the player animations but I go through every step, so just start and see how far you get, that's how you learn :)

    • @ramonpablito9154
      @ramonpablito9154 4 หลายเดือนก่อน

      @@ClearCode currently 2:15:00 in, i freaked out for no reason, great tutorial. I watched your 11 hour godot vid plus it's 3 hour sequel and im 100% gonna finish this one too, can't wait for your next one. Idk if you want it to be a secret but if not, when do you think your next godot vid is going to drop?

  • @manishbr5831
    @manishbr5831 6 หลายเดือนก่อน

    I just finished your 11 hour tutorial 😭

  • @seaklengren5003
    @seaklengren5003 5 หลายเดือนก่อน

    Data analysis or data scientists video pls

  • @arystanfans
    @arystanfans 6 หลายเดือนก่อน

    I'm so happyyyyy now ❤❤️😍

  • @damboard9903
    @damboard9903 6 หลายเดือนก่อน

    thank you!

  • @Benox-Dev
    @Benox-Dev 2 หลายเดือนก่อน

    pls im struggling between godot and Love2d and pygame pls can you hep me ?

  • @pichuelanewman7135
    @pichuelanewman7135 6 หลายเดือนก่อน

    Yipeee clear code tutorial

  • @GustonExE
    @GustonExE 2 หลายเดือนก่อน

    Hey can you plzzzz make a pygame inventory system tutorial 🙏🙏

    • @isaiah3613
      @isaiah3613 หลายเดือนก่อน

      He made a minecraft UI tutorial using python if that helps