Skip to content
Success

Changes

Summary

  1. gaming-core: ObserverFactory is now configurable via InputProvider (details)
Commit 788b5154e0a7b9b131b1dc3d8b711a21b426f22e by Christoph Schulz
gaming-core: ObserverFactory is now configurable via InputProvider

A follow-up change is that an Observer created during a gaming contest
run is created per contest (and thus per strategy combination), not per
game.
The file was modifiedgaming-gui/src/main/java/de/fhdw/gaming/gui/LogObserverFactory.java
The file was modifiedgaming-core/src/main/java/de/fhdw/gaming/core/domain/ObserverFactory.java
The file was modifiedgaming-core/src/main/java/de/fhdw/gaming/core/domain/GameBuilder.java
The file was modifiedgaming-core/src/test/java/de/fhdw/gaming/core/domain/DefaultGameTest.java
The file was modifiedgaming-core/src/main/java/de/fhdw/gaming/core/domain/DefaultGame.java
The file was modifiedgaming-contest/src/main/java/de/fhdw/gaming/contest/Main.java