Demos of tinyMAS
The tinyMAS platform is provided with several demo programs.
 
Prey and Predators v1

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 world (a grid), the prey and the predators. The animals select randomly there moves.

Package: org.arakhne.tinyMAS.demo.preypredator1

 
Prey and Predators v2

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 world (a grid), 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.

Package: org.arakhne.tinyMAS.demo.preypredator2

 
Prey and Predators v3

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