mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-31 11:11:38 +00:00
fix: ajout multiple fonction Map / Game / Car
This commit is contained in:
@@ -6,7 +6,8 @@ public class Main {
|
||||
{'9', '#', 'F'},
|
||||
});
|
||||
|
||||
System.out.println(m.getPathSize());
|
||||
Car car = new Car(m.getPathSize());
|
||||
Game.create()
|
||||
.init(3, m)
|
||||
.run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user