Skip to content

jan25/memory-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory test - Chimp vs Human

How well can you remember a random layout of numbers? Try this game to test your short term memory skills. In this game you are presented with random layout of numbers from 1 through 9, your goal is to remember them and recall them when they're hidden from you.

Try it here - memory-test/game

Contribute

Prerequisites

  1. Fork or clone this repository
  2. Install npm package manager. You could also use yarn

Develop

$ cd path/to/memory-test/

# start dev server on localhost:3000/memory-test
$ npm start

# make and test production build
$ npm run predeploy

# deploy to github pages
$ npm run deploy

We will keep track of bug fixes, features, improvements etc. in the Issues section. Also some ideas are in NOTES.md.

Motivation

Did you know a Chimpanzee can remember a random layout of numbers 1-9, such as in this game, correctly better than humans? Watch this video to see a chimp in action: Chimp vs Human! | Memory Test | BBC Earth

I tried to replicate the test from above video in a web page, and this simple react project is the result of it.

About

Test your short term memory skills with this simple game. Can you do better than a chimp?

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published