So I am trying to implement a difficulty system, one where the player enters a value (1, 2, or 3) and that value determines how many lives the player has and how long the words are. However, I stumbled upon an issue where the words are set to 0 characters and I cannot figure out why.
Additional Question: What better ways is there to share my code? I have seen others just link the whole script or something like that, but I do not know how to do that.
I just figured out the issue, when I was checking the player input I never ended up preparing the game. There is still some issues. I also changed “Player Input” to “Guess” when checking what the player said and based on that adding a difficulty.