Question
how to make object available for all MVC classes
I am converting as3 game into MVC pattern. In my game I have used a object which has game status and full game details. First I thought to keep the game object in model class, so which I can update and access the object. I like to know whether I am going in a right path or is there any better way to do this.
Please tell about your view here.
