Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Really liked this! I think the behavior of the trie can be a little unpredictable at times. I lost some health when I had some single letter enemies, and I couldn't finish typing them without clearing enemies starting with the same letter. Maybe it should kill the one with the shorter word first in a sub word?

yeah. it should prioritize killing the shorter word first since it's a subword of the longer one. it's likely a bug, possibly a race condition when the children spawn that i need to track down. will look into it afterward.