This project is part of the Artifical Intelligence course (ENSICAEN - Engineering School). The goal is to become familiar with the AI concepts and apply them thanks to an object-oriented language (in our case, Java). This is a robot planet colonization simulator.
Move in the root directory and run the following commands :
mvn compile
mvn javafx:run
Another way to run the project is to open IntelliJ and run the class StarterGUI.java.