Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

Yes. But word lists, technically. But I took the master list off from an open-source dictionary and converted it to a custom resource w/ a string array. Then divided the master list into multiple lists for performance. The game checks the list based on its initials so it doesn't have to check the entire word list. It was a pain to get right.