Is the MVC design pattern used in commercial computer games
It’s rarely used in games. It took me a while to figure out why, but here’s my thoughts: MVC exists to make a distinction between two representations. The Model is the abstract representation of your data. It’s how the machine views the state of your application. The View (and Controllers) represent a more concrete visible … Read more