Our github pages site can be found here
See links below for demos of our experiments:
English:
Japanese:
Thank you to Caleb Robbins for assisting with the Japanese translations!!!
Want more info or want to participate? Shoot us an email!
Experiment code for a ‘Super Smash Bros Ultimate’, cognitive research study, where we are attempting to observe various cognitive capabilities in relationship to players of super smash brothers. This experiment is being conducted at CSU Monterey Bay.
Experiments are built on top of the psytoolkit.
Experiment code can be found under experiments
, of which there are two different directories to be mindful of:
experiments/compiled
: Contains runnable versions of the experiments, which are effectively MASSIVE html files containing all of the experiment logic (in vanilla JavaScript) & the needed HTML to render the experiment UI. For more info on the compiled experiments, see here
experiments/psytoolkit
: Contains the psytoolkit scripts which are eventually transpiled into the massive HTML files explained above. For more information on the scripts, see here