Implemented in Global Day Of Coderetreat 2020, hosted by BarcelonaJUG and Dynatrace. https://www.meetup.com/es-ES/BarcelonaJUG/events/274276789/
Credits also to Alejandro Martinez and Anyul Rivas with whom I paired in the retreat having intersting discussions.
Extracted Kotlin bootstrap template from https://github.com/swkBerlin/kata-bootstraps
Running the application outputs a random world by console which is printed every 5 sec.
$ ./gradlew run
Tests
$ ./gradlew test