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

https://github.com/anibalventura/pair-two-game

Memory game with emojis, build with SwiftUI and MVVM pattern.
https://github.com/anibalventura/pair-two-game

dark-mode game-app ios ios-app memory-game mvvm-architecture swift swiftui xcode

Last synced: about 1 year ago
JSON representation

Memory game with emojis, build with SwiftUI and MVVM pattern.

Awesome Lists containing this project

README

          

# Pair Two

[![iOS](https://img.shields.io/static/v1?label=iOS&message=15.0&color=000000)](https://www.apple.com/ios/ios-15/)
[![SwiftUI](https://img.shields.io/static/v1?label=SwiftUI&message=3.0&color=blue)](https://developer.apple.com/xcode/swiftui/)
[![Swift](https://img.shields.io/static/v1?label=Swift&message=5.5&color=F05138)](https://developer.apple.com/swift/)
[![Xcode](https://img.shields.io/static/v1?label=Xcode&message=13.2&color=147EFB)](https://developer.apple.com/swift/)
[![License](https://img.shields.io/static/v1?label=License&message=MIT&color=blue)](LICENCE)

Easy to play memory game with emojis, build with SwiftUI and MVVM pattern.

## Features

- CRUD a Emoji set.
- Keep score of the game.
- Reset current game.
- Animations.
- Splash screen.
- Light/Dark mode.
- Localization support (English/Spanish).

## Development

- [SwiftUI](https://developer.apple.com/xcode/swiftui/)
- MVVM
- [Swift Package Manager](https://www.swift.org/package-manager/)
- Development Target **15.0**
- Swift **5.5**
- Xcode **13.2**

### Dependencies

- [SwiftLint](https://github.com/realm/SwiftLint)

### Build

Clone the repository and run!

# License

```xml
MIT License

Copyright (c) 2021 Anibal Ventura
```