Skip to content

Commit

Permalink
Update BDI tutorial 3.gaml
Browse files Browse the repository at this point in the history
cleaning old "todo" comment
  • Loading branch information
lesquoyb committed Apr 12, 2022
1 parent a3ec486 commit 18da57f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ species miner skills: [moving] control:simple_bdi {

perceive target: miner in: view_dist {
socialize liking: 1 - point(my_color.red, my_color.green, my_color.blue) distance_to point(myself.my_color.red, myself.my_color.green, myself.my_color.blue) / 255;
//créer un lien social "physique" que l'on affiche avec en couleur, vert pour liking positif et rouge pour liking négatif
//s'assurer qu'on a seulement 1 lien physique par lien social.
//l'aspect sera une ligne droite avec chaque bout placé à la location de chaque agent à ses bouts
//Faire cet affichage dans un réflexe global
}

perceive target: gold_mine where (each.quantity > 0) in: view_dist {
Expand Down

0 comments on commit 18da57f

Please sign in to comment.