How To Display Text In Pygame! || FH Coding

preview_player
Показать описание
Pygame is a very popular Python Module that is used to create simple games, and like everyone knows, one of the most important part of a game is the text that it displays, and in this video, I'm going to show you how to do that!

Don't forget to like and subscribe for more ;)
Рекомендации по теме
Комментарии
Автор

when i started watching this i tought that this was going to be a bad and unprofesional video, but in reality it was realy good and it helped me thank you

Ertoko
Автор

Can I render a variable instead of text that would change every 1 second?
for ex:
while run:
minutes = minutes + 1
time.sleep(1)
minutes = czcionka.render(f"minuty", True, (255, 255, 255))
window.blit(minutes, (530, 110))

lost_hope
Автор

i cant use variables in the text can you help me with that?

beemschurger
welcome to shbcf.ru