CodeBreaker is a game inspired by the famous Mastermind, written in SwiftUI.
This project is based on the Stanford CS193p: iOS Development with SwiftUI | 2025 course. It was created for learning and practice purposes to improve SwiftUI skills.
Course Link: Stanford CS193p: iOS Development with SwiftUI | 2025
Note: Throughout the codebase, there are personal comments added during the learning process to help understand the implementations. These comments may not be entirely accurate or complete, as they were written as part of the learning journey.
Guess the correct color combination! The layout includes custom views for the pegs and feedback markers to indicate exact and partial matches.
- SwiftUI interface
- Display of colored pegs
- Exact and partial match markers
- iOS 26+
- Xcode 26+
- Swift 6+