Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohsinaliayub/memorize
A simple card matching game built using SwiftUI.
https://github.com/mohsinaliayub/memorize
Last synced: 6 days ago
JSON representation
A simple card matching game built using SwiftUI.
- Host: GitHub
- URL: https://github.com/mohsinaliayub/memorize
- Owner: mohsinaliayub
- Created: 2024-06-19T23:04:59.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T21:06:54.000Z (5 months ago)
- Last Synced: 2024-11-19T17:57:08.293Z (2 months ago)
- Language: Swift
- Size: 889 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memorize
A simple card matching game built using SwiftUI. The game is developed while working alongside the lectures of **Developing iOS Apps using SwiftUI** course by Stanford.## Feature Progress
- [x] Create a simple card.
- [x] Toggle card to face-up or face-down.
- [x] Display multiple cards.
- [x] Show cards in a grid.
- [x] Create a model to manage card-playing logic.
- [x] Implement MVVM to separate data from UI.
- [x] Add a Pie shape for timer.
- [ ] Animate the Pie shape.
- [ ] Add transitions for cards.## Screenshots
The app currently looks like this: