marajxa / pandemic

1 stars 0 forks source link

Create Infection Object Thingy #2

Open jacoblusk opened 6 years ago

jacoblusk commented 6 years ago
samphibian commented 6 years ago

@jacoblusk oh it should also have color (I made one in the createCity branch if you want to take that one, otherwise I'll use yours)

samphibian commented 6 years ago

so if we flip it such that each infection object is built with color and [(City, Nat)] or similar, then game_cities should never need to be updated and Infection can just import City

Assuming we're updating cure_status anyways, that would mean that the Infections would be the only ones needing to be updated during play

@jacoblusk @marajxa @adelie any thoughts?