A bee simulator using Java, JavaFX and JaCaMo, a multiagent system.
The hive, bee simulation and behaviours are developed with JaCaMo framework, that allow programming multiagent systems with Jason language. Each agent has goals, believes and actions.
To see graphically these simulation, JavaFX was used to print each action and development of the simulation.
To actually run:
- Get download JDK version 10 (last version yet contains JAVAFX outdated version).
- Download lastest Eclipse IDE.
- Follow instalation instruction on http://jacamo.sourceforge.net/eclipseplugin/tutorial/ to install Eclipse plugin. Remember set JAVA HOME with jdk10, and check in project properties if are using the jdk10 downloaded.
- Open perspective "JaCaMo" -> Import this project -> right button on melissa.jcm -> Run JaCaMo Application.
Melissa's running, with each agent report and opened threads and logs.