PyGame Generate Background?
Hi,
I am fairly new to game programming need some help with the logic of how to "generate a simple "skyline background" of buildings with different sizes.
Each time the program is launched, it should generate buildings of different sizes.
I need help with the logic of doing this, how should I generate buildings inside the screen, define limits, and so on.
And what would be the easiest way to do this? Should I use images for this or is it easier to generate rectangular shapes?
Thanks a lot in advance.
|