Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 685 Bytes

File metadata and controls

7 lines (5 loc) · 685 Bytes

This directory contains code from Point-Free Episode: A Tour of isowords

In past episodes we took a peek behind the curtains of our recently released iOS game, isowords. Now it’s time to dive deep into the code base to see how it’s built. We’ll start by showing our modern approach to project management using SPM and explore how the Composable Architecture powers the entire application.

The isowords source code is available on GitHub.