I开发者_JAVA百科 can\'t figure out what\'s happening here. I\'ve got a few lists set up, one for each individual color with corresponding RGB values as its member, and then the list, colors[], that co
I\'m currently making a 2D side-scrolling run\'n\'jump platform game in PyGame. Most of the stuff is working OK and very well in fact - I am exploiting the fast pyGame Sprite objects & g开发者_如何
I am writing a small diagram drawing application (similar to Graphviz in spirit), and need a GUI library that would allow me to embed a canvas capable of drawing anti-aliased lines and text. I want to
I\'m using Python along with Pygame which uses pyPortMidi for it\'s midi module, and I\'m currently sending NoteOn and NoteOff messages through Midi Yoke to Ableton live, which works great. But I can\
My professor gave my class an assignment today based on object oriented programming in Pygame. Basically he has said that the game that we are to create will be void of a main game loop.While I believ
I have a simple program that blits a background image onto the display area, and then puts a sprite in the upper left corner.The sprite uses colorkey transparency, but when I blit the sprite, the area
Everyone says to use .convert() on surfaces to speed up animations (which will be an issue with my game because it will be an MMO to some extent, so it might have a dozen or a couple dozen characters
I\'m looking for a way to draw smooth animations in Python. I want to use cairo, partly because I like the sub-pixel filtering and partly because I\'m familiar with the API. My first approach was to u
I\'ve taken an introductory course in Computer Science, but a short while back I decided to try and make a game. I\'m having a problem with collision detection. My idea was to move an object, and if t
I\'m trying to add some gui elements (dialog boxes with buttons) to a game I\'m writing with pygame. I looked around for a decent gui toolkit and ended up with pgu. Anyway, I\'m trying to get it to po