Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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:

Memorize