little-dragons / Catan

Settlers of Catan, in typescript
0 stars 0 forks source link

Dice rolling #2

Closed IchiganCS closed 5 months ago

IchiganCS commented 5 months ago

On the frontend, dice should be drawn for any kind of dice result. The user should be able to klick the dice to send a message to the server. The server then registers this event and generates random number, storing the result in the history and broadcasting the new state to each player.

IchiganCS commented 5 months ago

LGTM