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: 3 months ago
JSON representation
Unidirectional data flow tic-tac-toe sample with SwiftUI.
- Host: GitHub
- URL: https://github.com/marty-suzuki/TicTacToe-SwiftUI
- Owner: marty-suzuki
- License: mit
- Created: 2019-09-22T08:11:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T18:02:23.000Z (over 5 years ago)
- Last Synced: 2025-04-12T20:37:59.727Z (6 months ago)
- Topics: swiftui, tic-tac-toe, tictactoe
- Language: Swift
- Homepage:
- Size: 16.6 KB
- Stars: 23
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe-SwiftUI
Unidirectional data flow tic-tac-toe sample with SwiftUI.
Image 1 | Image 2
:-: | :-:
 | # Sources
- [GameView](./TicTacToe/GameView.swift)
- [TicTacToeModel](./TicTacToe/TicTacToeModel.swift)# Requirements
- Xcode 11
- Swift 5.1
- iOS 13
- [Ricemill](https://github.com/marty-suzuki/Ricemill)