A clean block puzzle game for iOS and Android, designed for SDK integration interviews.
blocky-interview/
├── ios/ # iOS version (SpriteKit)
│ ├── Blocky/
│ └── Blocky.xcodeproj/
├── android/ # Android version (coming soon)
├── LICENSE
└── README.md
The iOS version is a complete, functional game built with SpriteKit.
- Drag and drop block placement on a 10x10 grid
- Clear rows/columns for combo scoring
- Time challenge mode with bonus time
- High score persistence
- Space-themed animated background
- MIDI background music and sound effects
- iOS 15.0+
- Xcode 15.0+
- Swift 5.0+
- Open
ios/Blocky.xcodeprojin Xcode - Select your target device or simulator
- Build and run (⌘R)
See ios/Blocky/README.md for detailed documentation.
Android version coming soon.
MIT License - See LICENSE for details.