Implementation of the n-back game with a terminal UI.
Using stack
stack install
Using nix
make install
- SPACE - Start a session.
- A - Audio match.
- L - Visual match.
- C - Cancel the running trial and drop back to the main menu.
- U - Increase the difficulty level by one.
- D - Decrease the difficulty level by one.
- G - Generate a chart with the progress.
- ESC / Q - Exit the application.
nback :: v0.1.0
Usage: nback [-f|--stat-file FILE] [-l|--level LEVEL] [-t|--trials TRIALS]
The N-Back game
Available options:
-f,--stat-file FILE File to save trial's
summary (default: "/home/user/.local/share/nback/trials.log")
-l,--level LEVEL Specify the N-Back level to start (default: 2)
-t,--trials TRIALS The number of trials in a session (default: 20)
-h,--help Show this help text