News

Any tricks you use for learning programming? DISPLAYSURF = pygame.display.set_mode((400, 300)) #gosh I hate all caps, but I'm gonna trust that the book writer knows what he's up to.
Python is an excellent language for rapid application development and prototyping. With Pygame, a wrapper built around SDL, the same can be true for games. In addition, because its built on top of ...