wazaahhh / pgames

Public good game agent-based simulations
MIT License
0 stars 1 forks source link

add a time bracket to visualize a time window #4

Open wazaahhh opened 8 years ago

wazaahhh commented 8 years ago

Instead of showing one iteration after the other, show a tunable range (a bit like the brackets in time series on finance c.f., https://www.google.com/finance?chdnp=1&chdd=1&chds=1&chdv=1&chvs=maximized&chdeh=0&chfdeh=0&chdet=1440705600000&chddm=19379.999999999996&chls=IntervalBasedLine&q=NASDAQ:GOOGL&ntsp=0&ei=Jwg9VompKafGigLGnY_YCQ)

This requires to make the color coding more complicated. Besides defectors (red) and cooperators (green), we need color coding for

cooperator -> defector : orange defector -> cooperator : yellow

and arrows for mobility:

wazaahhh commented 8 years ago

I am not quite how it will look like in the end: We might have to do some tuning.