Víctor López
Classical "Hangman" with a country thematic.
Description
There are a few and simple rules:
Rules
The workflow was the following:
The most notable challenge was the replacement process.
When the player inputs a letter, if that letter is part of the hidden word, I had to replace the dash with the proper letter. It was the first time that I had to replace strings from inputs.
Although I found the function enumerate, I didn't understand how to use it properly. The TA helped me out in building this part.
Some learnings of that project might be:
For the future, I might improve the following parts: