Innopolis University DevOps Playground
Skip to content

added hangman logic

Yoqub Davlatov requested to merge hangman_test into main

the first version of hangman logic. The hidden word is Flutter. If the letter is guessed correctly, it gets revealed and becomes green. The program does not tell if the game was won or lost.

Merge request reports