This repo contains all the code about the Modelisation & Event Simulation course @ ENSTA Bretagne in 3rd year.
The project is built as an IntelliJ project.
It contains specific folders such as :
td
: a Java module containing the different packages written for the practical workshops.td_correction
: the corrections of these workshops (given by professor).TD_1_base_common
: the base library module given by the teacher for event simulation.BE
: contains the codebase of the final project of this course.- This final project is about simulating a spa treatment centre.
- More details in this folder.
To install this project, you have the choice with:
- Installing it via IntelliJ built-in features such as
New > Project from Version Control
. - Cloning the repo by using Git CLI :
git clone [email protected]:LBF38/ensta_simulation
, then opening it in IntelliJ or your IDE. - Using GH CLI via
gh repo clone LBF38/ensta_simulation
, then opening it in IntelliJ or your IDE.