------------------------------------------------------------------------
This is the project README file. Here, you should describe your project.
Tell the reader (someone who does not know anything about this project)
all he/she needs to know. The comments should usually include at least:
------------------------------------------------------------------------

PROJECT TITLE:
PURPOSE OF PROJECT:
VERSION or DATE:
HOW TO START THIS PROJECT:
AUTHORS:
USER INSTRUCTIONS:

- statt Location zu Story zu machen: Schnittstelle Reporter?
--- or: map only works with Location (=interface), which LocationStory implements
- AbstractStory als Unterklasse von WorldChanger, ebenso wie Klasse World selber

- enter() und exit() über ein Attribut von AbstractStory lösen, das von Controller abgefragt wird
-- andererseits: das ist dann MVP, und der Controller muss jedesmal anfragen, wie der Status der Story ist;
-- im Moment wird nur einmal das Attribut im ConcreteModel gesetzt

- API für Wetter zB http://www.wetter-api.de/
- motd
- play midi bei ausgelösten Aktionen

- restart fkt nicht bei testStory
-- wenn ich die Welt neu Starten möchte - brauche ich dann nicht doch die Klassen, statt der Settings
- change names of stories: simply adapt Story.getName()
- race condition bei den WorldMarkers (still appplies?)
- move a lot of stuff in (concrete) model to COntroller or World - make interface out of Model
- GameBuilder & SetupHandler oder -Helper in einer Klasse zusammenfassen

- resize everything
- ShopStory: you can't use addItem and shopSells/shopBuys together, i.e. override each other
- right now, playerPosition is in ConcreteModel and not in World; not happy about it

- Bedingungen für Ortswechsel
- Klassen: Novelle

call action stories whenever time increases a certain amount
> what happens when a story moves in which the player is at present? in deep?

- World is static because of: WorldMarkers, AbstractStory (what does that mean?)

- what happend to giving next story focus?
- move start method from World to Controller

- OptionButton: den Button Listener von OptionPanel dorthin?
