Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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.