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.
- Host: GitHub
- URL: https://github.com/diggosilva/memorymaze
- Owner: diggosilva
- Created: 2025-01-16T11:21:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T12:10:32.000Z (over 1 year ago)
- Last Synced: 2025-12-19T18:50:25.193Z (4 months ago)
- Topics: ios, swift, tableview, uikit, viewcode, xcode
- Language: Swift
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MemoryMaze
A Swift iOS Memory Game cards app. A very simple application built solely for study purposes.
| Demo | Ranking | Variation |
| --- | --- | --- |
|  |  |  |
## 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/
```