Views: 10.1K
Replies: 1
Archived
|
The optimal Design Pattern for my Computer GameHi:
I am trying to decide which will be the best PHP design patterns for my game. I would like to know what design patterns are you guys using in unity 3D? Also, which design pattern will be the most appropriate for my game? FYI: My game needs is full 3D ,with levels, lots of models, different cameras, and multi player. Imagine warcraft3 for instance. Finally, are there any examples of an MVC implementation in games? Simy Ryan, Jan 10, 2011
|
|
Reply 1Patterns are not related with any platform. They are suitable for any platfrom, whether for C# or php.
Also you ought to get that patterns help sort out a problem. You should not shove patterns whereever it is possible. About MVC implemetation. Were you banned in google? :) look here http://blog.wekeroad.com/mvc-storefront/ Rinat Mergenbaev, Jan 11, 2011
|