https://github.com/maxhumber/tictcatoe
Re-exploring TCA
https://github.com/maxhumber/tictcatoe
Last synced: over 1 year ago
JSON representation
Re-exploring TCA
- Host: GitHub
- URL: https://github.com/maxhumber/tictcatoe
- Owner: maxhumber
- Created: 2024-09-06T00:36:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T00:53:13.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T07:54:47.739Z (over 1 year ago)
- Language: Swift
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### TicTCAToe
Re-exploring [TCA](https://github.com/pointfreeco/swift-composable-architecture)
- My implementation of the Quick Start: [QuickStartView.swift](TicTCAToe/Views/PointFree/QuickStartView.swift)
- The core of the [TicTacToe Example](https://github.com/pointfreeco/swift-composable-architecture/tree/main/Examples/TicTacToe) extracted: [PointFreeGameView.swift](TicTCAToe/Views/PointFree/PointFreeGameView.swift)
- My TicTacToe implementation in SwiftUI/MV from scratch: [MaxVanillaGameView.swift](TicTCAToe/Views/Max/MaxVanillaGameView.swift)
- My attempt at reproducing 1:1 in TCA: [MaxTCAGameView.swift](TicTCAToe/Views/Max/MaxTCAGameView.swift)
- And some tests: [TicTCAToeTests/](TicTCAToeTests/)