Skip to content

Commit

Permalink
BDI tutorial
Browse files Browse the repository at this point in the history
adding social link visualization
  • Loading branch information
lesquoyb committed Apr 12, 2022
1 parent 18da57f commit 4243f84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -207,6 +207,10 @@ experiment GoldBdi type: gui {
species miner;
}

display socialLinks type: opengl{
species socialLinkRepresentation aspect: base;
}

display chart {
chart "Money" type: series {
datalist legend: miner accumulate each.name value: miner accumulate each.gold_sold color: miner accumulate each.my_color;
Expand Down
Expand Up @@ -334,6 +334,10 @@ experiment GoldBdi type: gui {
species policeman aspect:base;
}

display socialLinks type: opengl{
species socialLinkRepresentation aspect: base;
}

display chart {
chart "Money" type: series {
datalist legend: miner accumulate each.name value: miner accumulate each.gold_sold color: miner accumulate each.my_color;
Expand Down

0 comments on commit 4243f84

Please sign in to comment.