So i have this amazing game concept... an arithmetic puzzle game
the game features tiles containing numbers.
when the player drags one tile to another, the 2 tiles fuse and their numbers are added...
problem is... i don't know how to create the tiles with the numbers attached to them
i thought of using instance variables, but how do i get the tile to display its instance variable?
help pls...