Artificial Life is a free and open sourced Java framework created to simulate Life. It is a multi-agent framework where each agent runs its own Thread.
Three applications are provided with the framework:
- Instance Server runs Instances and can be remotely managed by using Telnet
- Instance Manager implements all the functionalities to manage an Instance (i.e. add a service, create a group, etc.)
- Model Composer implements the functionalities to manage an Instance Model
Requires Java Runtime Environment. Get It Here.
What´s New in version 1.5.0:
- Artificial Life 1.5 introduces an auto updater, improves views, provides a better class loader and more.