ajoute des score en base de donne

This commit is contained in:
llample3
2026-03-27 18:27:52 +01:00
parent 07723b342b
commit 1fc5404a15
22 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 815 KiB

View File

@@ -424,7 +424,7 @@ public class Jeu implements KeyListener, ActionListener{
this.ecran.partiePerdue = true; // 2. Signaler à l'écran
this.ecran.repaint(); // 3. Forcer l'affichage du texte
// GestionBDD.ajouterScore((int)this.score);// enregistrement du score dans la base de donne
GestionBDD.ajouterScore((int)this.score, this.utilisateurId);// enregistrement du score dans la base de donne
}
}
if (chronoBonus>0) {