diff --git a/Projet-GL.pdf b/Projet-GL.pdf new file mode 100644 index 0000000..4a2293a Binary files /dev/null and b/Projet-GL.pdf differ diff --git a/ProjetGenieLogicielLoto.iml b/ProjetGenieLogicielLoto.iml new file mode 100644 index 0000000..25b7aca --- /dev/null +++ b/ProjetGenieLogicielLoto.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 32558f4..f2a55ae 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -# ProjetGenieLogicielLoto \ No newline at end of file +# ProjetGenieLogicielLoto +## Introduction +*Ce projet permet de valider les connaissances en matière de Génie Logiciel dans le cadre du programme au sein de Polytech Marseille en Informatique. Ce projet consiste à créer un logiciel qui a pour objectif de réduire les pertes financières lorsque l'on joue à des jeux de hasard, en l'occurence au Loto de la [Française Des Jeux](https://fdj.fr) en respectant le bon déroulement d'un projet.* + +Le projet se compose d'un groupe de 4 personnes : + +- [Yûki Vachot](https://github.com/NyxiumYuuki) +- [Maxime Havgoudoukian](https://github.com/MHAVGOUDOUKIAN) +- [Yann Tho](https://github.com/YanNThO) +- [Nicolas Fabregas](https://github.com/NicolasFabregas) + +## Liens Utiles +- [Sujet du Projet](https://github.com/NyxiumYuuki/ProjetGenieLogicielLoto/blob/main/Projet-GL.pdf) +- [GitHub Project](https://github.com/users/NyxiumYuuki/projects/3) +- [GitHub Repository](https://github.com/NyxiumYuuki/ProjetGenieLogicielLoto) +- [Visual SiteMap on GlooMaps](https://www.gloomaps.com/MZjgQh64zw) +- [Quick Setup of Git on VSCode](https://github.com/NyxiumYuuki/Projet-C-Huffman/blob/master/README.md) + +## Livrable +- [Dossier de Spécification](https://drive.google.com/file/d/1lZZMTKPG7LmY39-aF24lAeX0S9SpCBkq/view?usp=sharing) +- [Dossier de Conception](https://drive.google.com/file/d/11BBjjcM92V4B2zBxNlpcoARaYt4Bijgt/view?usp=sharing) +- [Dossier de Test](https://drive.google.com/file/d/10Qzfbd6Zs3qB2eYId7oPyRpcQUSu91eq/view?usp=sharing) + + +## Logiciel utilisé lors du projet +- Google Doc +- Lucidchart +- GlooMaps +- VSCode +- IntelliJ IDEA +- Excel +- Google Sheet \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..3abf41e --- /dev/null +++ b/pom.xml @@ -0,0 +1,81 @@ + + + 4.0.0 + + fr.myny + ProjetGenieLogicielLoto + 1.0-SNAPSHOT + ProjetGenieLogicielLoto + ${project.artifactId} is a school project for the subject Genie Logiciel + + + + Yûki Vachot + yv + yuki@vachot.fr + https://github.com/NyxiumYuuki/ + + + Maxime Havgoudoukian + mh + maxime.havgoudoukian@etu.univ-amu.fr + https://github.com/MHAVGOUDOUKIAN + + + Nicolas Fabregas + nf + nicolas.fabregas@etu.univ-amu.fr + https://github.com/NicolasFabregas + + + Yann Tho + yt + yann.tho@etu.univ-amu.fr + https://github.com/YanNThO + + + + + UTF-8 + 13 + 13 + 5.7.0 + + + + + org.junit.jupiter + junit-jupiter-engine + ${junit.jupiter.version} + test + + + org.junit.jupiter + junit-jupiter-api + ${junit.jupiter.version} + test + + + org.slf4j + slf4j-api + 1.7.25 + + + org.slf4j + slf4j-simple + 1.7.25 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + + \ No newline at end of file diff --git a/src/main/java/main.java b/src/main/java/main.java new file mode 100644 index 0000000..a565b55 --- /dev/null +++ b/src/main/java/main.java @@ -0,0 +1,2 @@ +public class main { +} diff --git a/src/test/java/maintest.java b/src/test/java/maintest.java new file mode 100644 index 0000000..4b74a37 --- /dev/null +++ b/src/test/java/maintest.java @@ -0,0 +1,2 @@ +public class maintest { +}