Create a 10x10 tiles game

cvevaionut

  • Posts: 1
Hi everyone. I need to create a simple 10x10 tiles game that can behave like horse chess and when I click on a tile to show 1, when I click on another tile to show 2 and so on up to 100 . How can I do that?
Many Thanks,
Johnny

ceosol

  • *
  • Posts: 2279
Do you mean click any of the 100 tiles and have that counted as the first one clicked or have the number 1 hidden somewhere in the 100 tiles?

Either way, having 100 actors on screen awaiting input might start to cause lag. You have to be very careful on how much influence each of the tiles has on the game. Check out: http://brainathlete.com/ultimate-memory-matching-game/. That has 256 tiles, but each has minimal resource impact.