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

https://github.com/roppa/dual-n-back

The Dual N-Back game
https://github.com/roppa/dual-n-back

Last synced: 11 months ago
JSON representation

The Dual N-Back game

Awesome Lists containing this project

README

          

[![Buy Me a Coffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-donate-yellow)](https://www.buymeacoffee.com/JuWxHBA)

# Dual N-Back

I don't want to pay for the n-back apps so I thought I would write my own.

## Example

I always uses aliases in my `.zshrc`, so this python one is nice. Just run `server` in this directory:

```sh
alias server="python3 -m http.server"
```