[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] I have a quick question... again...



On Saturday 16 June 2007 09:36:18 pm Greg Ewing wrote:
> Casey Duncan wrote:
> > I'm curious how many of you actually employ MVC using pygame, since  the
> > library encourages mixing the model and view via sprites.
>
> I always try to separate the application logic from the user
> interface in any kind of program I write, including games.
>
> I've never tried to use sprites in pygame. If they're designed
> in such a way as to make model/view separation difficult or
> impossible, I probably won't be using them, for that reason.
>
> --
> Greg

Well, if I don't use the pygame sprite module, what should I use?

Also, I'm reading about MVC from multiple sources right now and, although I 
get the concept, I'm still not 100% sure how to use it in a game.