Fix issue #179: Leader Followers Pattern (#1189)

* add leader followers pattern

* use var and streams instead in App::execute

* use logger instead of printing to system output stream
This commit is contained in:
Zhang WH
2020-03-27 03:14:44 +08:00
committed by GitHub
parent 6ce33ed6df
commit be1c0b8143
15 changed files with 737 additions and 0 deletions

View File

@ -183,6 +183,7 @@
<module>game-loop</module>
<module>combinator</module>
<module>update-method</module>
<module>leader-followers</module>
</modules>
<repositories>