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.
Here is my code:
(BullCowCartridge.cpp)
(BullCowCartridge.h)
(HiddenWordList.h)
My Current Outcome:
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.
Thank you.