danialm / backgammon

It's a backgammon game powered by react.
MIT License
4 stars 1 forks source link

Asking for players name before starting the game #5

Closed danialm closed 7 years ago

danialm commented 7 years ago

there are placeholder for that:

...
      white: {
        name: 'White'
      },
      black: {
        name: 'Black'
      }
...
danialm commented 7 years ago

This doesn't make sense since now we have logged in and we can using user emails.