bdd connexion utilisateur

This commit is contained in:
llample3
2026-03-17 15:03:07 +01:00
parent 4ed51ead51
commit 69ebe7a09a
22 changed files with 382 additions and 80 deletions

View File

@@ -5,11 +5,7 @@ public class LineaAppli {
//-------------------------------------------------------------------------
public static void main(String[] arg) {
GestionBDD.creerTableSiAbsente();
Jeu jeu = new Jeu();
jeu.demarrer();
new CadreDeConnexion();
}