coredump-ch / rpsrtsrs

Rock-Paper-Scissors-Real-Time-Strategy game written in Rust.
GNU Affero General Public License v3.0
11 stars 5 forks source link

Document state machine #27

Closed dbrgn closed 8 years ago

dbrgn commented 8 years ago

Fixes #22.

@rnestler, is this correct?

rnestler commented 8 years ago

I noticed that we should handle and document the case when a client want's to reconnect to an already connected client ID. I'm not sure what currently would happen...

rnestler commented 8 years ago

@dbrgn I noticed that its pretty wrong actually: As soon as a client connects, the server starts sending updates in a loop. Updates happen all the time because of other players and since time is moving along.