Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azonaz/memorize
Educational project based on lectures of Stanford University's course (Developing Applications for iOS using SwiftUI)
https://github.com/azonaz/memorize
practice-project swiftui
Last synced: about 2 months ago
JSON representation
Educational project based on lectures of Stanford University's course (Developing Applications for iOS using SwiftUI)
- Host: GitHub
- URL: https://github.com/azonaz/memorize
- Owner: Azonaz
- Created: 2024-01-25T15:05:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T13:40:29.000Z (9 months ago)
- Last Synced: 2024-11-05T16:07:41.816Z (3 months ago)
- Topics: practice-project, swiftui
- Language: Swift
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memorize
A simple game for iPhone. Helps to develop memory for both adults and children.
The task of the game is to find all pairs of emojis on the playing field.
The number of pairs varies.An educational project based on lectures from a Stanford University course (Developing Applications for iOS using SwiftUI).
Currently in the process of development.
# Requirements
1. The minimum supported operating system version is iOS 15.0;
2. Portrait and landscape mode;
3. The application uses the standard iOS font - SF Pro.Stack: SwiftUI, MVVM.