Memory game random sequence of images and correct key press concerns

Hi all,

I’m trying to make a memory game with the following specifications:

  1. Images appear in a random sequence
  2. If the image has appeared before, press the left key. If it has not press the right key.

I was wondering if there is any way for PsychoPy to a) cache the sequence of images and b) correspond the image to a correct/incorrect key press?

Many thanks!

Hi @myeung, some more information would be useful regarding your method. Do you have separate exposure and test sequences, e.g., new sequence followed by old/new sequence?

This can all be done using Builder. A good place to start to get familiar with the Builder interface is the Stroop tutorial.