Tomino is a complete puzzle game template that includes implemented game mechanics, custom UI, integrated sound effects, and music. The package also includes unit tests to validate the correctness of the game logic. Key features include:
- Complete gameplay mechanics
- Mobile design
- Modular architecture
- Custom UI
- Unit tests for game logic
- Touch and keyboard input
- Sound effects and music
- Theming
- Localization
The game logic layer is separated from the visual layer, allowing for easy customization of the game look and effortless testing of the core logic.
Tomino's theming system allows for customizing the game with four pre-defined color themes: Default, Autumn, Summer, and Teal. You can also create a custom theme using the Assets menu.
Tomino is a great starting point for your next puzzle game project, and can be integrated as a whole or used as individual modules to boost your productivity.
Tomino's architecture provides a strong separation of the game logic from the visual layer, with no dependencies on Unity APIs. This design decision facilitates the testability of the core logic and enables effortless customization of the game look.





