Archive for the 'TextWidget' Category

TextWidget - A simple text class for PyGame

Wednesday, December 13th, 2006

Introduction
All right, this is just a little tutorial about working with text in pygame. Now, this isn’t the only way to work with text, there are many other methods to do this, in fact much of the time you’ll probably end up using images for interactive text. So this is mainly meant to [...]