hiddenswitch / CordonSanitaire-Meteor

Using Meteor to prototype real time synchronous gameplay
2 stars 1 forks source link

Quarantine visualization (roads coloring) #7

Closed jbobrow closed 8 years ago

jbobrow commented 8 years ago

Update the color of the roads to show one of four possible states:

  1. Patient Zero isolated (stripe roads green -> results in end game)
  2. Patient Zero contained + responders contained (stripe roads yellow)
  3. Only responders contained (stripe roads red/orange)
  4. Nothing contained (stripe the roads different gray)

Can be calculated on the server based on the build times and assign states to road segments.

jbobrow commented 8 years ago

switched coloring of 2 and 3 to show urgency when players are trapped with Patient Zero.