https://github.com/mickaelbergem/dualnback
React Native implementation of the Dual N Back training game.
https://github.com/mickaelbergem/dualnback
brain-games dualnback mobile-app react-native reactjs
Last synced: 2 months ago
JSON representation
React Native implementation of the Dual N Back training game.
- Host: GitHub
- URL: https://github.com/mickaelbergem/dualnback
- Owner: MickaelBergem
- Created: 2018-06-22T23:24:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T16:47:32.000Z (about 8 years ago)
- Last Synced: 2025-03-12T20:11:08.472Z (over 1 year ago)
- Topics: brain-games, dualnback, mobile-app, react-native, reactjs
- Language: JavaScript
- Size: 831 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dual N Back
The Dual N Back is a method for improving your "fluid intelligence" designed by [Susanne M. Jaeggi et al.](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2383929/) in 2008.
It consists of a "game" which trains your working memory.
## How to play
For now, only the Single N Back training is implemented.
You will start with N=2. A serie of red squares will appear sequentially, and you will have to push "POSITION MATCH" each time **the square shown at step M is in the same position at the square two steps before**, so at step M - N.
You will then have to remember the position of the last N=2 positions taken by the square.
## TODO
* auto-adjust the score depending on the result
* save the results somewhere
* display a graph of the results
* implement the Dual N Back