I have a list of words (some of them are colors, some of them are not) written in a .txt file.
I need to save these words into an array so that I can apply color to a grid later on. How do I turn this file into an array?
I have a list of words (some of them are colors, some of them are not) written in a .txt file.
I need to save these words into an array so that I can apply color to a grid later on. How do I turn this file into an array?