Model-View-Controller or MVC, is a design pattern that separates (decouples) data (model) from it's presentation (view) and ways of manipulation (controller). This article provides good example of real-life usage of MVC pattern in game development.
pabdulin
- 2.7k
- 23
- 28