Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I enjoyed the pace of the game and the audio responses. This is a pretty fun typing game. I'm curious about how you went about checking if a word is real or not. The only thing I could recommend are visual improvements. I enjoyed.

It's a super brute force thing, because I never want to mess with using external services.  I just have a massive array of words based on a list I found years ago.  I've attached the array (dictionary.js) to the project as a downloadable file if you're interested.