Better Way For Storing Isogram

  1. I Stored list of words(3000 to be specific) in .txt file
  2. Created an array from that and named it Words
  3. Ran all checks on the words in the array and stored it in HiddenWords array
  4. Overwrite the HiddenWords array onto the .txt file

So now i dont have to go through whole .txt file everytime when the game runs i can simply convert my .txt file directly to an array without any worry

And Deleted my Check Function because i no longer need it

1 Like

Wow I never thought of that.

1 Like

Privacy & Terms