mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-31 11:11:38 +00:00
rework: ajout plusieurs classes et modification logique
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user