I want to learn how to develop a MVC pattern, but i can't find any site in where they focus it to Games and not to Browser / Windows calculator.
Would anyone please link me a tutorial of how to develop MVC patter for games?
Thank you very much
|
I want to learn how to develop a MVC pattern, but i can't find any site in where they focus it to Games and not to Browser / Windows calculator. Would anyone please link me a tutorial of how to develop MVC patter for games? Thank you very much |
|||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Take a look at Game Coding Complete. McShaffry makes use of the MVC architecture and explains its uses well. The basic gist of it in terms of games is usually: Model View Controller Similarly, the View can be AI sensors in order to observe the environment to make decisions (a heavily subsidised version of the player's view). Hope that helps. |
|||
|