Re-exploring TCA
- My implementation of the Quick Start: QuickStartView.swift
- The core of the TicTacToe Example extracted: PointFreeGameView.swift
- My TicTacToe implementation in SwiftUI/MV from scratch: MaxVanillaGameView.swift
- My attempt at reproducing 1:1 in TCA: MaxTCAGameView.swift
- And some tests: TicTCAToeTests/