
This time, I challenged myself to redo the Tangram game on mobile. The aim here was to find a clever way of creating levels quickly and easily. So I created a visual tool in Unity that lets you “draw” the pieces and levels. I also thought I'd use an Excel spreadsheet to draw the levels and then cut them into pieces.
Release : January 2023
Period : 2 days
Platform : Unity - C#
My Role : Game Programmer
- Box Pooling
- Game System
- Mobile Interaction
- Piece / Level Tool
- Gamefeel

Piece Tool
To create the game pieces, I made a tool that allows you to visually build the pieces. You choose the number of columns and rows you want, then simply click on the squares you want to form the piece.
Each piece becomes a Scriptable Object that can be easily dropped into the levels you want to build.
Level Tool
For levels, it's the same tool as for parts! Perfect for making complex levels.
In the end, we have Scriptable Objects for each unique piece and Scriptable Objects for each level!

Demo Tangram Game