Debugging in Pygame

  Рет қаралды 14,696

Clear Code

Clear Code

Күн бұрын

Пікірлер: 36
@tarantula0071
@tarantula0071 3 жыл бұрын
Apriciate it! It is really hard to keep making new topics on pygame, especially tutorials! Great job!
@rudomir-__-2929
@rudomir-__-2929 10 ай бұрын
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.1880
@dennys.1880 3 жыл бұрын
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 .
@ClearCode
@ClearCode 3 жыл бұрын
I think you are messing up the indentations.
@dennys.1880
@dennys.1880 3 жыл бұрын
@@ClearCode i did it and still no. anyway thanks
@Bonfere
@Bonfere 3 жыл бұрын
good job! This is what i needed for my code
@MustafaTuncay..
@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?
@Damrok3
@Damrok3 2 жыл бұрын
the moment i pressed the like button under this video was when you showed the cute pixel cat
@jirka_wazi3113
@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.
@RATANAGARWALITINFORMER
@RATANAGARWALITINFORMER 3 жыл бұрын
good topic
@maxfarouk3407
@maxfarouk3407 Жыл бұрын
You are too amazing!
@sasore76
@sasore76 2 жыл бұрын
Thank you
@shinyduck5324
@shinyduck5324 3 жыл бұрын
tysm, this was rlly useful!
@carlfranz6805
@carlfranz6805 Жыл бұрын
Generally, on a Black background, the colour that is most legible (for most people) is Yellow.
@Derpy999
@Derpy999 3 жыл бұрын
interesting concept!
@jk-gn2fu
@jk-gn2fu 3 жыл бұрын
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.
@seed5743
@seed5743 3 жыл бұрын
What app do you use to code ?
@Klannahar
@Klannahar 3 жыл бұрын
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.
@mohiuddinsyed1684
@mohiuddinsyed1684 3 жыл бұрын
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.
@MrTega1975
@MrTega1975 3 жыл бұрын
Debug package for sublime text is not useful?
@affezippel7214
@affezippel7214 3 жыл бұрын
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)
@ClearCode
@ClearCode 3 жыл бұрын
might be because of an outdated pygame version
@affezippel7214
@affezippel7214 3 жыл бұрын
@@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!
@bishnuprasadpahari3780
@bishnuprasadpahari3780 3 жыл бұрын
why aren't new videos comming
@pranavxd4606
@pranavxd4606 3 жыл бұрын
BEST KZbinR!
@SkyFly19853
@SkyFly19853 3 жыл бұрын
By Cython as well. That makes it very fast. Even IronPython...
@angadsingh6478
@angadsingh6478 3 жыл бұрын
Please start kivy🙏 and thanks for this tutorial
@chigstardan7285
@chigstardan7285 3 жыл бұрын
Yess!!! Kivy!!!
@lahalrahman4916
@lahalrahman4916 3 жыл бұрын
Please make a tutorial on endless runner 2d game in Godot
@chigstardan7285
@chigstardan7285 3 жыл бұрын
Pls start kivy for ios/Android since it runs pygame under the hood.
@bishnupahari3353
@bishnupahari3353 3 жыл бұрын
amazing
@azgaming5304
@azgaming5304 3 жыл бұрын
Please tutorials on algorithms like A* Game AI 🙏🙏🙏🙏🙏🙏🙏🙏🏿🙏🏿🙏🏿🙏🏿🙏🏿
@Pradeep.425
@Pradeep.425 3 жыл бұрын
Want some AI based games brother. 🙏🙏🙏 !!!
@imperialmuffin
@imperialmuffin 3 жыл бұрын
FiRsT view comment and like!!!
@leestons
@leestons 3 жыл бұрын
First to comment, last to get laid
@imperialmuffin
@imperialmuffin 3 жыл бұрын
@@leestons :(
Creating Space Invaders in Pygame/Python
1:54:50
Clear Code
Рет қаралды 130 М.
How not to debug your programs.
6:33
Jacob Sorber
Рет қаралды 19 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
How to Code (almost) Any Feature
9:48
DaFluffyPotato
Рет қаралды 716 М.
Building an Enigma Machine
12:10
Code Bullet
Рет қаралды 4,3 МЛН
Saving and loading in pygame with json
25:23
Clear Code
Рет қаралды 30 М.
2 YEARS of PYTHON Game Development in 5 Minutes!
4:54
Coding With Russ
Рет қаралды 1 МЛН
Running "Hello World!" in 10 FORBIDDEN Programming Languages
18:07
How I Added Shaders to Pygame
6:01
DaFluffyPotato
Рет қаралды 39 М.
So I Made a Python Game in 48 Hours…
6:43
Barji
Рет қаралды 412 М.
Understanding Pygame masks
1:00:29
Clear Code
Рет қаралды 42 М.
How To Replace Video Games With Coding
2:39
bigboxSWE
Рет қаралды 767 М.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН