kaizencc/code-words-game

Refactor code regarding wordset scripts

Opened this issue · 0 comments

Currently, adding a new wordset is a royal pain because there are multiple places I have to enter code to get things to work. Things should be more streamlined.

At the very least, the wordlist parser should loop through the files in the folder and send each to mongo, rather than doing it manually.