https://github.com/lippiece/odin-memory-cards
Lippiece's Odin Memory Cards project
https://github.com/lippiece/odin-memory-cards
javascript react typescript vite vitest
Last synced: 2 months ago
JSON representation
Lippiece's Odin Memory Cards project
- Host: GitHub
- URL: https://github.com/lippiece/odin-memory-cards
- Owner: Lippiece
- Created: 2022-12-29T17:51:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T09:18:58.000Z (over 3 years ago)
- Last Synced: 2025-03-16T09:35:47.660Z (over 1 year ago)
- Topics: javascript, react, typescript, vite, vitest
- Language: TypeScript
- Homepage: https://lippiece.github.io/odin-memory-cards/
- Size: 977 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# odin-memory-cards (WIP)
This is my implementation of a memory cards game where you must click all the shown cards once.
The difficulty is that you have to keep the selected cards in memory because they shuffle with each click.
You can add up more cards to make it even harder.
The images shown are sourced from [Lorem Picsum](https://picsum.photos). The source URL looks like `https://picsum.photos/200/500` where numbers 200 and 500 represent the image dimensions and are just generated randomly from 300 to 800.