TicTacToe using Composable Architecture

This simple app uses Composable Architecture.

The TicTacToeFeature.swift file contains all the state, the actions and the reduce method. Every time an action is sent from the view, the reduce method is executed and modify the state accordingly.

Simulator Screenshot - iPhone 14 Pro - 2023-06-04 at 20 02 31

GitHub

View Github