Skip to content
Snippets Groups Projects
Commit eff71896 authored by rosier8u's avatar rosier8u
Browse files

ajout des diagrammes et du main

parent 583cd8d7
No related branches found
No related tags found
No related merge requests found
design_pattern/src/diagramme/Diagramme_UML1.png

233 KiB

design_pattern/src/diagramme/Diagramme_UML2.png

227 KiB

File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
package modele;
public class Main {
public static void main(String[] args) {
DialogueTerminal dialogueTerminal = new DialogueTerminal(new Jeu());
dialogueTerminal.debutPartie();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment