Jump to content

[SOLVED] MVC Neccesary?


stuffradio

Recommended Posts

Ok,

 

maybe this is a better question to ask. I'm trying to design a system to ease the development of a web browser game. If you don't know what one is... look at http://www.tribalwars.net for an example of an rpg browser game. What design pattern should I use. I want to make it so people don't need to do that much development in order to make a decent game. They can though, hack the code to their own benefits if they want to. Suggestions?

Link to comment
https://forums.phpfreaks.com/topic/81152-solved-mvc-neccesary/#findComment-412532
Share on other sites

Well in a way you do have to "build" it.  I mean you can't implement MVC without some soft of model, view, and controller.

You build an application, you don't build patterns.

You still have to build that parts of the MVC pattern to use them(or use what someone else built.

Link to comment
https://forums.phpfreaks.com/topic/81152-solved-mvc-neccesary/#findComment-412781
Share on other sites

I'm trying to design a system to ease the development of a web browser game. If you don't know what one is... look at http://www.tribalwars.net for an example of an rpg browser game. What design pattern should I use.

 

Would anyone like to answer stuffradio's question instead of bickering about particularities.  You might save yourselves some time one day.

Link to comment
https://forums.phpfreaks.com/topic/81152-solved-mvc-neccesary/#findComment-414891
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.