Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 617 Bytes

Colonisation project : Artifical Intelligence - ENSICAEN

Project of following course : "Artifical Intelligence"

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.

User manual

Launch the simulator

Move in the root directory and run the following commands :

  1. mvn compile
  2. mvn javafx:run

Another way to run the project is to open IntelliJ and run the class StarterGUI.java.