dozer_view library

The view library is only responsible for rendering the model. It manipulates the DOM-Tree.

Classes

LevelView
This is the View representation of the game itself. It gives the ability to dynamically represent the model Entity's and is rendered several times a second when the level is running.
This is the View representation of our app, but not the game itself. This class is used for the menu navigation. These MenuView's are only rendered after click events or when a level is over. So they are static once they are called.