domiono game

I am new to phaser, I am trying to build a domiono game. Is there any examples? can someone point me in the right direction to start?

It seems to me that my answer is obvious and that’s not what you’re asking for.

  1. Load the background, domino images.
  2. Create functions:
  • Who goes first (random, for example)
  • Distribution of 6 dominoes to players
  • The computer makes the move
  • The user makes a move:
    - Domino selection
    - Where to put the dominoes
    - Dominoes are being placed
    - Take dominoes from the store if there are no or dominoes less than 6
  • The move is transferred to the next player (computer)
  • Draw
  • Final