Skip to main content

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

I was quite addicted to this one, really reminded me of typing on a PS5 or Steamdeck track pad.

Also the touch of multiple gamemodes are is a very nice touch! I did notice a bug with the words mode as it will require one extra word than it says it will

(+1)

I had the exact opposite problem while debugging inside of godot where the integer "WORDS" amount would be one less than the gamemode would suggest - it's probably got something to do with the score update loop. It seems the +1 offset may not be necessary in exported builds, I'll look into it after the jam.

Hmm that's a very strange bug just sounds like a weird compiler quirk.

I am curious if it's going to be like a heisenbug where it's there sometimes when you compile and sometimes when you don't