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

Pygame, Best Way To Implement Buttons?

I am working on a pygame project with a group where we need to be able to click a button to select … Read more Pygame, Best Way To Implement Buttons?

Pygame Dual Monitors And Fullscreen

I am using pygame to program a simple behavioral test. I'm running it on my macbook pro and hav… Read more Pygame Dual Monitors And Fullscreen

Displaying An Amount Of Objects On To The Screen

I am following this tutorial: http://www.raywenderlich.com/24252/beginning-game-programming-for-tee… Read more Displaying An Amount Of Objects On To The Screen

Pygame Program Stops Responding, Giving No Error

so my program is meant to display buttons in rows, then wait for the user to click one, however wha… Read more Pygame Program Stops Responding, Giving No Error

Pygame Sprite Not Moving

I'm faced with a logic error where the sprite simply doesn't move regardless of input. My c… Read more Pygame Sprite Not Moving

Python Select.select, Select.poll: Corrupted Double-linked List

I have a rather large client-server network application, written in Python. I'm using select.po… Read more Python Select.select, Select.poll: Corrupted Double-linked List

Pygame Not Finding Image Folder When In Subdirectory

I've been refactoring my game so that some files are placed in a subdirectory called /lib/ [Fil… Read more Pygame Not Finding Image Folder When In Subdirectory

Creating A Group To Add My Class To In Pygame

I am currently making a game in Pygame, and would like to generate several platforms randomly throu… Read more Creating A Group To Add My Class To In Pygame