IndexAboutWeblogRecipesProjectsLinksSearchRSS

Categories

ThadeusB python, ai, robots

Subversion to Mercurial Conversion Completed.

I have completed converting all of my subversion projects to mercurial repositories. I used Sam Hart's guide located here

Pygame Event Input Wrapper

The goal of this class is to make input easier, and globally accessible to the entire game for each loop. This also keeps track of whether an input has just been pressed, is being held down, and when it is released. Usage Wrapper for the pygame input m