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
- Host: GitHub
- URL: https://github.com/roppa/dual-n-back
- Owner: roppa
- Created: 2024-06-17T15:06:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T13:38:41.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T23:44:30.877Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://dual-n-back-alpha.vercel.app
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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"
```