rberenguel / ardu-n-back

A simple text-only implementation of the dual N-back task for the Arduboy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ardu-n-back

A straightforward, text-only implementation of the dual N-back task for the Arduboy.

Uses N=2 (hardcoded) and position + letter for the questions.

You can try it in an online emulator here.

Screenshots

Welcome screen. Press any button to continue

Until there are enough "look backs", press any button

As soon as you need to start remembering you'll be prompted

Once you start answering you'll get right/wrong for previous answer

You can get a reminder for instructions, as well as stats by pressing A or B

TODO

  • Add a picture or something to the README
  • Clarify the state machine, I think there's a gap
  • Make N customizable in-game
  • Store scores/settings/something

About

A simple text-only implementation of the dual N-back task for the Arduboy

License:MIT License


Languages

Language:C++ 100.0%