Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marty-suzuki/TicTacToe-SwiftUI

Unidirectional data flow tic-tac-toe sample with SwiftUI.
https://github.com/marty-suzuki/TicTacToe-SwiftUI

swiftui tic-tac-toe tictactoe

Last synced: about 1 month ago
JSON representation

Unidirectional data flow tic-tac-toe sample with SwiftUI.

Awesome Lists containing this project

README

        

# TicTacToe-SwiftUI

Unidirectional data flow tic-tac-toe sample with SwiftUI.

Image 1 | Image 2
:-: | :-:
![Image1](https://user-images.githubusercontent.com/2082134/65384357-5ab43500-dd5c-11e9-96a0-feb89ced2f7d.png) | ![Image2](https://user-images.githubusercontent.com/2082134/65384362-60aa1600-dd5c-11e9-946c-baa40f1b1a20.png)

# Sources

- [GameView](./TicTacToe/GameView.swift)
- [TicTacToeModel](./TicTacToe/TicTacToeModel.swift)

# Requirements

- Xcode 11
- Swift 5.1
- iOS 13
- [Ricemill](https://github.com/marty-suzuki/Ricemill)