tinyMAS: a Tiny MultiAgent Java Platform

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


Reload this page if the applet is empty (it means that the prey has lost immediately the game)

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

No-screenshot

Project Spotlight

TeX-UPmethodology

A LaTeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).

No-screenshot

Project Spotlight

tinyMAS

A very small platform which permits to implement and run agent-based systems.