Skip to content

RealityBending/IllusionGameOnline

Repository files navigation

IllusionGame

A game based on visual illusions.

To Do

Experimental Structure

  • Basic skeleton of experiment.js
  • Decide on size of illusions
    • width: 1024, height: 576
    • images to be squares
  • Include all illusions
    • Delboeuf
    • Ebbinghaus
    • MullerLyer
    • Ponzo
    • Vertical Horizontal
    • Contrast
    • White
    • Poggendorff
    • RodFrame
    • Zollner
  • Pop up to go full screen (start of experiment)
  • Finalize instructions to clarify on key / screen press
  • Would be more efficient to preload the stimuli before each block (rather than everything at the start)
  • Compute score and RT for each block of illusions
  • Show feedback after each block of illusions
    • Feedback to consist of inverse efficiency score to show participants that they performed better than x% of the players
  • Final feedback to show overall score
  • Preprocessing script

Automation

  • Set up organization oauth
  • Have data saved after each block and committed to GH even after experiment is quitted halfway
  • **Load stimuli from js file (Python script)
  • **Load average distribution scores from js file (R script)
  • Workflow to run ** automatically with each commit

Stimuli