Connecting blocks of the same color creates an island.
Building all islands solves the puzzle.
Challenging block puzzle game - easy to learn, hard to master, and endlessly satisfying!
Features
- 🧠 Unique Gameplay: Strategically move blocks to form color islands.
- 🎨 Vivid Design: Distinct, vibrant colors for clarity and focus.
- 🎮 Multiple Modes: Growth, Mastery, and Custom modes to suit every mood.
- 📈 Engaging Progression: Unlock larger puzzles and new mechanics as you advance.
- ✨ Balanced Fun: Relaxing yet rewarding puzzles for all skill levels.
Puzzle game build using Unity game engine.
Key features:
- Platforms: Desktop (Steam), Mobile (Google Play)
- Level generation: Fully customizable, with a level editor. No pre-generated levels.
- Performance: Generation happens on the fly in the game, takes much less than a frame to generate a level so we don't have wait time or have to compute on separate thread.
- Input: Integration with vibration motor on mobile.
- Animation: Using Dotween for animations.
Interesting technical details:
- Level generation: is based on a Hamiltonian path problem.
- Progression / Difficulty: is a mix of predefined difficulty parameters for variation with linear progression over time.
- Solveability: All levels have solutions. We first generate a solution and then we shuffle the blocks to create a new level.