1337micro / Briscola

Briscola web application
MIT License
2 stars 0 forks source link

Change behaviour when Pressing Create Game #32

Closed 1337micro closed 1 year ago

1337micro commented 1 year ago

1) When Pressing Create Game, a popup opens with a mandatory field which asks you for your player name. 2) The Modal contains a cancel button and a "Play" button. 3) The cancel button closes the popup 4) The Play button goes through the normal flow (calling startGame() function)

You can remove the player name field on the index.html

1337micro commented 1 year ago

closing this one in favour of https://github.com/1337micro/Briscola/issues/37