Re: design pattern: MVC in python

2008-09-28 Thread 甜瓜
Really helpful! 2008/9/28 Mikolai Fajer <[EMAIL PROTECTED]>: > The following link directly discusses using MVC and pygame. > > http://ezide.com/games/writing-games.html > > -- > > -Mikolai Fajer- > -- > http://mail.python.org/mailman/listinfo/python-list > -- http://mail.python.org/mailman/lis

Re: design pattern: MVC in python

2008-09-27 Thread Mikolai Fajer
The following link directly discusses using MVC and pygame. http://ezide.com/games/writing-games.html -- -Mikolai Fajer- -- http://mail.python.org/mailman/listinfo/python-list

design pattern: MVC in python

2008-09-27 Thread 甜瓜
Howdy, I am working on a small PC game by using pygame. Since there are many graphical objects to display and intensive user interactions, I would like to employ MVC pattern to keep the system maintainable. However, I cannot find a good article which discussing the general knowledge about MVC, esp