https://github.com/belgrano82/Hangman-in-Kotlin
- Gradle config required fixing -
Could not read 'https://api.adoptopenjdk.net/v3/binary/latest/8/ga/mac/aarch64/jdk/hotspot/normal/adoptopenjdk' as it does not exist
- GameLoop needs to create Dictionary
- MaskedWord does not store state
- when(true)?
if (mistakes == 6) break
- game loop method too long
- extra
while
? - empty input causes an exception
- isRussianLetter can be static