This App want to eliminate the boring part of n-back training. You can put all your mp4 movies in the movies/ a folder and play N-back.
Video of the App: https://www.youtube.com/watch?v=rzcLGEvybU0
What is n-back: https://en.wikipedia.org/wiki/N-back
How to play n-back: http://brainworkshop.sourceforge.net/tutorial.html
New study about n-back (no a 10 minutes training study), I think this memory training is good when you use 30 minutes, 5 times a week.
http://releases.jhu.edu/2017/10/17/johns-hopkins-finds-training-exercise-that-boosts-brain-power/
Proof of Work:
file: https://github.com/vernetit/movienback/blob/master/index.html
Changes
New mode to select scenes more similar to common n-back (8 scenes per game)
Cleaning code (not used features: decrease in 500 lines of code)
UI improvement
How to use:
Clone the Quick Start repository
$ git clone https://github.com/electron/electron-quick-start
Go into the repository
$ cd electron-quick-start
Install the dependencies and run
$ npm install && npm start
THEN
Create a movies folder with your mp4 movies. replace the index.html and other files in this repository in the folder
Thanks!
Posted on Utopian.io - Rewarding Open Source Contributors