Apriciate it! It is really hard to keep making new topics on pygame, especially tutorials! Great job!
@rudomir-__-292910 ай бұрын
Thanks, it's way better than print debugging, and here is the source code (i changed names a bit and add offset of '10' by default): import pygame pygame.init() font = pygame.font.Font(None, 30) def logd(info, y=0, x=0): surface = pygame.display.get_surface() text = font.render(str(info), True, 'white') rect = text.get_rect(topleft=(x + 10, y + 10)) pygame.draw.rect(surface, 'Black', rect) surface.blit(text, rect)
@dennys.18803 жыл бұрын
Hey i always have a problem where everything i write past exit() comes as code is unreachable and i have tried everything and i cant fix it. Do you have any idea why. It might be a simple code like the one from 1:18 but still it doesn't work .
@ClearCode3 жыл бұрын
I think you are messing up the indentations.
@dennys.18803 жыл бұрын
@@ClearCode i did it and still no. anyway thanks
@Bonfere3 жыл бұрын
good job! This is what i needed for my code
@MustafaTuncay..3 жыл бұрын
Hello, I am really happy that you are preparing these tutorials, so thank you. Can you also show us how to make inventory systems in pygame? Or you already planned?
@Damrok32 жыл бұрын
the moment i pressed the like button under this video was when you showed the cute pixel cat
@jirka_wazi3113Ай бұрын
Quick question. While working in multiple files, is it possible to run the debug function in different file than main.py? I can't get it to work even if i import debug.
@RATANAGARWALITINFORMER3 жыл бұрын
good topic
@maxfarouk3407 Жыл бұрын
You are too amazing!
@sasore762 жыл бұрын
Thank you
@shinyduck53243 жыл бұрын
tysm, this was rlly useful!
@carlfranz6805 Жыл бұрын
Generally, on a Black background, the colour that is most legible (for most people) is Yellow.
@Derpy9993 жыл бұрын
interesting concept!
@jk-gn2fu3 жыл бұрын
Could you please do a tutorial about simple shaders? Such as: simple 2d lighting (day and night, torches), outline, water effect, glow effect. I really need these tutorial.
@seed57433 жыл бұрын
What app do you use to code ?
@Klannahar3 жыл бұрын
If u want to make it a little bit more advanced, maybe u can put it in a class so it can keep track of the debug texts, and can auto adjust the nex text pos. Maybe a bit over complicating, but it can be helpful is some situation. But anyway it is a nice one, and i should start using something like this instead of print :D So far did not had that much problem debuging with print. Most bugs come from my stupidity such as refering to a list when i recreate the list instead of use its own clear method, and then wondering why my projectile is still keep moving after it collided with an enemy. :D This one made me headache. But could find it out when i print out the list memory adress and could see 2 different function using 2 different adress.
@mohiuddinsyed16843 жыл бұрын
It would be really good if you introduced type hints in the debugging file. It would help us what exactly it takes and does, or returns.
@MrTega19753 жыл бұрын
Debug package for sublime text is not useful?
@affezippel72143 жыл бұрын
it's a bit offtopic, but I just noticed when trying to implement this debug function in my code. Does anybody know why I get the error "TypeError: invalid color argument" when passing colors in as string ? screen.fill((0,0,0) works, but screen.fill('black') doesn't (so does every other color of the colordict in pygame documentation when I pass it as a string)
@ClearCode3 жыл бұрын
might be because of an outdated pygame version
@affezippel72143 жыл бұрын
@@ClearCode I thought I'm on the latest version... better to check. upgraded from 2.0.0dev6 to 2.0.1 and it works now. Thanks!
@bishnuprasadpahari37803 жыл бұрын
why aren't new videos comming
@pranavxd46063 жыл бұрын
BEST KZbinR!
@SkyFly198533 жыл бұрын
By Cython as well. That makes it very fast. Even IronPython...
@angadsingh64783 жыл бұрын
Please start kivy🙏 and thanks for this tutorial
@chigstardan72853 жыл бұрын
Yess!!! Kivy!!!
@lahalrahman49163 жыл бұрын
Please make a tutorial on endless runner 2d game in Godot
@chigstardan72853 жыл бұрын
Pls start kivy for ios/Android since it runs pygame under the hood.
@bishnupahari33533 жыл бұрын
amazing
@azgaming53043 жыл бұрын
Please tutorials on algorithms like A* Game AI 🙏🙏🙏🙏🙏🙏🙏🙏🏿🙏🏿🙏🏿🙏🏿🙏🏿