alain.roger

Members
  • Content count

    2
  • Joined

  • Last visited

About alain.roger

  • Rank
    Member
  1. match-3 Board border

    Hi,I'm new to unity and I'm currently working on a match-3 game.I know there are a lot of similar games and that's why I would like to know what is the best way to autogenerate border of a match-3 board game ?Till now I have tile with game pieces but I would like to make unity to autogenerate (select from a pack of images/sprites) board borders as you can see on the image below (it is an example). My board is not necessary a rectangle or a square and its size is generated from the inspector of "board" game object.thanks a lot.
  2. Hi, I'm new to android game development and I have several ideas to develop games. However after watching several videos about unity, I could see different tile sizes (in tiles sets). So what is the standard tiles size to create a nice HD game ? I guess it's better to create nice and high defined tile as it is easier to reduce camera view and tile size, than increase in the game tile size. I saw 32*32, 64*64, 128*128 pixels tiles. So I was wondering if there is a document / standard where I can find the best practices for tile size and tiles set ? thx