Skip to content

itsdfish/SpatialMemory.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published