Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T18:02:23.000Z (almost 5 years ago)
- Last Synced: 2024-08-09T17:30:14.436Z (5 months ago)
- Topics: swiftui, tic-tac-toe, tictactoe
- Language: Swift
- Homepage:
- Size: 16.6 KB
- Stars: 23
- Watchers: 3
- 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
:-: | :-:
![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)