| Interface | Description |
|---|---|
| Observer<T> |
basic observer interface for an input event
|
| Subject<T> |
basic subject class for the observer pattern
|
| Class | Description |
|---|---|
| FileParser |
reads in the games config, fills and reads from the database
loads the level from a file and creates objects
|
| Enum | Description |
|---|---|
| InputEvent |
Created by annalena on 06.11.17.
|