Do take a look at PyBTS (Pygame Behind The Scenes) (which MyRTS uses this engine) project in hg.thadeusb.com
It has a scenemanager, world manager, map manager, entity manager, etc etc etc.., this was my initial start on a pygame engine. -Thadeus On Thu, Feb 11, 2010 at 11:32 PM, nikwin <murthyn...@gmail.com> wrote: > area or the sidebar for GUI elements. The View class is used to > display a portion of a subspace onto the screen itself (or any other > surface). I will implement the entire thing as the fo