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

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.

Awesome Lists containing this project

README

          

# TicTacToe




iOS

LinkedIn: @RodrigoSilva

A Swift iOS TicTacToe app. A very simple application built solely for study purposes.

| Demo | Light | Dark |
| --- | --- | --- |
| ![Demo](https://github.com/user-attachments/assets/9634850b-aefd-4a47-a69a-5b688e791c51) | ![Light](https://github.com/user-attachments/assets/eb4785ab-77d5-4da6-8a29-630e39fe3dc9) | ![Dark](https://github.com/user-attachments/assets/87fc4ffc-4d55-46a3-b92d-235a96770be3) |

## 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/
```