Easy Stroop Test

Thank you! Haha I just want the player to press a key whenever he wants to stop :slight_smile:

But I dont understand where are the words removed? I cannot see it. Is it in the wBoard widget?
Thanks a lot

I see where they are removed when a new one pops up so we dont have all the words at the same time but I dont see where they are removed from the pool…

Looks like it’s this:

But if i remove that, all the words just add up on the board but the game does not last continuosuly. It should look like that and must be somewhere else but I cannot figure where

This was designed to perform one specific type of puzzle behaviour. If you want it to work in a different way, you need to, ofc, script it:

Instead of removing an answer, hide it.


and must be somewhere else but I cannot figure where

There is no more script hidden anywhere else. The entire puzzle logic is just this (and the bottom bit is debug anyway):

As per usual me, over-engineered 30 minute long upfront setup, just to have it easy for 5 mins later on… But it should be easy to expand from now on.

Thank you so much! I got it