From Code Katas: https://github.com/cahcommercial/fuse-kata I was able to complete 6 problems:
- GameOfLife
- Minesweeper
- Yahtzee
- Bowling
- PokerHands
- TexasHoldEm
TDD-approach, I used IntelliJ IDE to develop, and may require to add "src/test/inputfiles" as a test resource folder, or add it as part of the classpath.
Thank you!