Name | Description |
---|---|
AController | Abstract Controller - receives input, interacts with state of model. |
AModel | Abstract Model. Maintains the state, core data, and update logic of a model. |
AView | Abstract Model - polls the state of a model, and renders it for the player. |