Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 683 Bytes

File metadata and controls

32 lines (20 loc) · 683 Bytes

SpatialMemory

A simple adaptive spatial memory game.

Installation

  1. Install Julia 1.7 or higher.

  2. Open Julia once installed.

  3. Enter the following into the Julia command line to install SpatialMemory.jl

] add https://github.com/itsdfish/SpatialMemory.jl

Play

  1. Enter the following commands into the Julia command line to load and start the game:
using SpatialMemory 
start()
  1. Click the "start" button to begin each trial.
  2. Try to reproduce the pattern by clicking the buttons
  3. Click "submit" to enter your answer.
  4. Repeat 2-4