VerySimpleMemory Game is a small project I created to practice a bit of SwiftUI.
This project uses some core SwiftUI features, such as:
- State management with
@Stateand@Binding - Animations
- Custom views and view composition
- Grids
- Download the project
- Open the project in Xcode.
- Select a simulator or a connected physical device running iOS.
- Build and run the project using the play button in Xcode.