https://github.com/diggosilva/tictactoe
A Swift iOS TicTacToe app. A very simple application built solely for study purposes.
https://github.com/diggosilva/tictactoe
ios swift uikit viewcode xcode
Last synced: about 2 months ago
JSON representation
A Swift iOS TicTacToe app. A very simple application built solely for study purposes.
- Host: GitHub
- URL: https://github.com/diggosilva/tictactoe
- Owner: diggosilva
- Created: 2024-12-24T16:18:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T17:37:18.000Z (about 1 year ago)
- Last Synced: 2025-01-20T18:33:00.299Z (about 1 year ago)
- Topics: ios, swift, uikit, viewcode, xcode
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TicTacToe
A Swift iOS TicTacToe app. A very simple application built solely for study purposes.
| Demo | Light | Dark |
| --- | --- | --- |
|  |  |  |
## Contents
- [Features](#features)
- [Requirements](#requirements)
- [Functionalities](#functionalities)
- [Setup](#setup)
## Features
- View Code (UIKit)
- Custom elements
- Dark Mode
## Requirements
- iOS 17.0 or later
- Xcode 15.0 or later
- Swift 5.0 or later
## Functionalities
- [x] TicTacToe game
## Setup
First of all download and install Xcode, Swift Package Manager and then clone the repository:
```sh
$ git@github.com:diggosilva/TicTacToe.git
```
After cloning, do the following:
```sh
$ cd /TicTacToe/
$ open TicTacToe.xcodeproj/
```