urgent commit

This commit is contained in:
2025-05-19 09:54:23 +02:00
parent 4a8c4fdc2c
commit 8f9f4088fd
17 changed files with 1032 additions and 251 deletions

16
casse-brique/highscore.py Normal file
View File

@@ -0,0 +1,16 @@
import sys, pygame
import bouton
from constantes import *
class Highscore:
""" """
def __init__(self):
self.fichier = "highscore.txt"
self.bouton_quitter = bouton.Bouton(
(100, 100, 400, 100), "Retour au Menu", (255, 0, 0)
)
def gereHighScore(self, ecran):
pass