Hi,
I'm trying to make a word search game by using a list of english dictionary on 1 txt file and load it using ajax and loop it through an array
But since the txt file consist of more than 30.000 lines, it freezes up everytime it's doing the loop through an array
Are there any other method to do this?