Simulation of Ants life (not in a real way but in simplified) around an anthill, this is just a prototype project i will improve and develop it later.. if any one have any ideas or can help improve the code please contact me. If any one want to see the UML
This project don't have a graphical interface yet but if you want to run an test it .. it will be my pleasure. These instructions will help you run the project on your local machine for development and testing purposes.
If you want just to run it without seeing the source code:
- you will need JVM on your machine.
- Download SimulationFourmiliere.jar and past it in *C:*
- Open Terminal:
cd C:\
java -jar SimulationFourmiliere.jar
If you want to see the source code and modifie it:
- You will need any java IDE.
- Import the Files in src folder to the IDE.
- Eclipse - Integrated development environment