The Game Of Life
- Arturo Arriaga

- Aug 4, 2022
- 1 min read
Updated: Dec 28, 2023
The Game of Life is a cellular automaton created by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its play is determined by its initial state, requiring no further input.
This App was built using the following iOS technologies:
The Composable Architecture. TCA is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

Combine: Apple's Framework for Networking. The Combine framework is a declarative Swift API for processing values over time. A values can represent many kinds of asynchronous events.

SwiftUI: Apple's declarative framework for UI and Layout.




Comments