Hello the title is not very descriptive but here is what I want to do:
Basically I want to create a platform game, where the blocks under the character(let's say they are 48x48) are single blocks, which can be broken.
I need every block to be different to create a game where the character can break the blocks one by one. As I will experiment with different blocks and also random generation of blocks, I can not place them one by one manually. Thanks!