GoogleCloudPlatform / cloudbowl-microservice-game

Apache License 2.0
46 stars 100 forks source link

wasHit Not Sent to Players #3

Closed jamesward closed 4 years ago

jamesward commented 4 years ago

Iteration Currently (I think):

  1. Reset wasHit
  2. Send JSON to all Players
  3. Update arena state for each player, just changing wasHit to true if the player was hit

Because it's easier to know if a player wasHit than if they weren't hit.