rework: ajout plusieurs classes et modification logique

This commit is contained in:
2025-11-08 17:27:35 +01:00
parent e32805bcd6
commit 09302dd880
8 changed files with 256 additions and 139 deletions

View File

@@ -1,3 +1,5 @@
import java.awt.Color;
public class Main {
public static void main(String[] args) throws InterruptedException
{
@@ -7,5 +9,7 @@ public class Main {
.build();
game.run();
// Dashboard d = new Dashboard(new Car(10, new State()), "Voiture 1", Color.BLUE, 500, 500, 10, 10);
}
}