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

https://github.com/diggosilva/memorymaze

A Swift iOS Memory Game cards app. A very simple application built solely for study purposes.
https://github.com/diggosilva/memorymaze

ios swift tableview uikit viewcode xcode

Last synced: 2 days ago
JSON representation

A Swift iOS Memory Game cards app. A very simple application built solely for study purposes.

Awesome Lists containing this project

README

          

# MemoryMaze




iOS

LinkedIn: @RodrigoSilva

A Swift iOS Memory Game cards app. A very simple application built solely for study purposes.

| Demo | Ranking | Variation |
| --- | --- | --- |
| ![Demo](https://github.com/user-attachments/assets/9bee09d8-07c1-47d5-a7c7-9c9865fdd672) | ![Games](https://github.com/user-attachments/assets/28feae31-3a0b-4375-a624-52ea463ab4ed) | ![Variation](https://github.com/user-attachments/assets/cf0b53fc-aeb3-4083-b13c-6f2a3093b7ef) |

## Contents

- [Features](#features)
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)

## Features

- View Code (UIKit)
- Ranking Score
- Table View
- Custom elements
- Dark Mode

## Requirements

- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later

## Functionalities
- [x] MemoryMaze game
- [x] Save name for ranking score

## Setup

First of all download and install Xcode, Swift Package Manager and then clone the repository:

```sh
$ git@github.com:diggosilva/MemoryMaze.git
```

After cloning, do the following:

```sh
$ cd /MemoryMaze/
$ open MemoryMaze.xcodeproj/
```