Skip to content Skip to sidebar Skip to footer
Showing posts with the label Drawing

How To Allow The User To Type Only Under Certain Conditions In Pygame?

When you click the textbox I want the user to be able to type letters by setting self.active to Tru… Read more How To Allow The User To Type Only Under Certain Conditions In Pygame?

Draw A Circle In Pygame Using Tkinter

using bits of code from another question, I embedded a pygame window in a tkinter window, I'm t… Read more Draw A Circle In Pygame Using Tkinter

Pygame: Drawing Lines

In my previous question For Loop Functions in Python, I had trouble with putting functions that con… Read more Pygame: Drawing Lines