Skip to content
/ nback Public

Implementation of the n-back game with a terminal UI.

License

Notifications You must be signed in to change notification settings

mujx/nback

Repository files navigation

nback

CircleCI License: Unlicense

Implementation of the n-back game with a terminal UI.

Installation

Using stack

stack install

Using nix

make install

Controls

  • 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.

Usage

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

About

Implementation of the n-back game with a terminal UI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published