- I Stored list of words(3000 to be specific) in .txt file
- Created an array from that and named it
Words
- Ran all checks on the words in the array and stored it in
HiddenWords
array - 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