Ngrams is a minimal, elegant word game that challenges you to find as many sub-words ("anagrams") as possible from a given root word. Designed with cognitive flow and replayability in mind, it features a tactile interface, modern SwiftData persistence for local privacy, and CloudKit-backed public leaderboard sharing.
- Start from a root word (e.g., "universal")
- Find valid words hidden within it — available in English, German, Spanish, and French
- Score is based on word length and number of correct entries
- Track your performance and revisit completed rounds
- 🌱 Clean and intuitive SwiftUI interface
- 🗃 Powered by SwiftData
- 🏆 Integrated leaderboard with ranked history and timestamps
- 🎨 Light and dark mode support with a unified visual theme
- 📱 Fully optimized for iOS with responsive layout and smooth animations
- SwiftUI + SwiftData
- Custom
@Modeltypes for game state - CloudKit-based public leaderboard integration
- Multilingual game logic (EN, DE, ES, FR)
- Local leaderboard history
👤 Built by @Leo‑Lem — passionate about clean code, automation, and mobile UX.