Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to approach selection game.

Discussion in 'General Discussion' started by amirtehrani, Dec 9, 2018.

  1. amirtehrani

    amirtehrani

    Joined:
    Dec 6, 2018
    Posts:
    1
    I want to create a game that fits into the strategy/puzzle category. Some gameplay elements will include:
    1. Multiple objects/pieces
    2. Depending on which object is selected, all objects move in a certain way
    3. Once objects have moved in that certain way, the player can again make a selection
    4. Repeat 2,3 until the sequence is complete

    I was thinking of approaching this like so: button click on object --> animation occurs which moves all pieces --> repeat until sequence is complete.

    I just wanted to seek out any guidance before I really dive in. For example, does button clicking to trigger animations seem like the best way to approach this style of game?

    Thanks!