Articles
- Frame rate independent movement in PyGame

To make sure that your game runs the same on all computers that can handle it. You will need to make sure that your actions are independent from the frame rate. To do this in python you can put this code above the game loop framerate = 60 #frames per second clock = pygame.time.Clock() and Read..

No comments

- Python RTS [END]

This post will have all the information about the Python based RTS that I am about to start to develop with the help of everyone in Nation Pigeon forum. It will be written with python as the main language and then extra modules expected to be used will be PyGame, twisted and possible PyOpenGL. This Read..

No comments

- GIR And PyGame

I have had a play around with PyGame and this is what I have been able to do. PyGame Mess One these where made by taking bits from the example code, line by line chimp and other PyGame games. erm I created them along time ago so I can’t really remember where I got the Read..

No comments