A set of working memory tasks in a triad of standalone web applications.
Based on S. Inoue and T. Matsuzawa's 2007 documentation.
Based on S. Jaeggi and M. Buschkuehl's 2008 documentation.
A backwards memory span task.
Open the task index file with a browser.
Or run on server:
Open the terminal.
cd to the downloaded directory (cd, Space, and drag-and-drop).
With Bun installed:
bun start 2 starts task 2.
With Deno installed:
deno task start (+ number).
Ctrl + C stops server.