Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 956 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 956 Bytes

Memory Game

An endless, randomly generated, Memory game (aka Concentration) using cards. No timers or scores. The objective is to complete puzzles with the fewest possible moves which is recorded (IndexedDB through Dexie.js) for your history. Good luck!

Development

  1. Install Node.js 20+
  2. npm install
  3. npx playwright install
  4. npm test
  5. npm run start

Deployment

Run npm run deploy to release on GitHub Pages using gh-pages package.

Resources and Notes