This is a browser-based implementation of the classic Dual N-Back working memory game. The project is built with React and Vite.
Status: Work in progress – the game is not fully functional yet.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Run tests:
npm test
The built version of the game will be served under the /dual-n-back/ path when deployed.