/Aquasterone

Simulation of multi-agent system behaviour, animation

Primary LanguageJavaScript

Aquasterone

Simulation of aquatic inhabitants' behaviour.

Demo: https://dmitrysieg.github.io/Aquasterone/

Screenshot

Rules

  • Aquatic inhabitant ("Aquatic") has a value of "testosterone level".
  • Every Aquatic, when created, choose its "favourite" leader, and follows him.
  • Sometimes "testosterone level" may vary.

Technologies

  • Pure HTML/CSS/JS.
  • requestAnimationFrame() is used.