Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rberenguel/ardu-n-back

A simple text-only implementation of the dual N-back task for the Arduboy
https://github.com/rberenguel/ardu-n-back

arduboy n-back

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ardu-n-back

A straightforward, text-only implementation of the dual [N-back task](https://en.wikipedia.org/wiki/N-back) for the [Arduboy](https://www.arduboy.com).

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

You can try it in an online emulator [here](https://felipemanga.github.io/ProjectABE/?url=https://raw.githubusercontent.com/rberenguel/ardu-n-back/main/build/arduino.avr.leonardo/ardu-n-back.ino.hex).

# Screenshots

### Welcome screen. Press any button to continue

![](images/Home.png)

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

![](images/Step1.png)

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

![](images/Step2.png)

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

![](images/Step3.png)

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

![](images/Step4.png)

## TODO

- [x] 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