For more Pygame Tutorials visit www.codingschool4kids.com.
In this course you will learn about drawing text, and creating buttons.
Drawing text takes a few steps:
First you have to create a font object.
Then you have to create surface object using the font object from step one.
Finally, you have to blit (paste) the surface object to the screen.
For more Pygame Tutorials visit www.codingschool4kids.com. Learn Python, Pygame, Raspberry Pi + GPIO, HTML, CSS, JavaScript, Web Development, and more.