src/ ├── core/ # Game logic and types ├── components/ # React components ├── store/ # Zustand state management ├── data/ # Level configurations ├── hooks/ # Custom React hooks ├── utils/ # Helper ...