This demo illustrates the use of tinyMAS on the classical "Prey and Predators" problem. A prey tries to escape from predators which want to catch it. Agents are
developed for the prey and the predators (snakes and lions). The snakes moves randomly.
The lions are attracted by the prey. And the prey tries to escape all predators. This demo is implemented with a situated environment based on influence/reaction
principles. Package: org.arakhne.tinyMAS.demo.preypredator3 |