look4regev / dominoes-react-game

Dominoes game implemented with ReactJS and no backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show stats

look4regev opened this issue · comments

Should be bound to the states that can be go back to after game ends with the next/prev buttons:

  • Show number of plays played (each placement of a domino from the deck to the board, or a pull from the bank considers as 1 play)

This Stats component should be parented by the Game component.