mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 16:34:08 +00:00
changer le main
This commit is contained in:
@@ -19,13 +19,7 @@ public class Main {
|
||||
new Player(new int[] {grid[0].length - 1, grid.length - 1}, "Luke Skywalker")
|
||||
};
|
||||
|
||||
map.addObjects(Item.WALL, 19, 7);
|
||||
map.addObjects(Item.WALL, 19, 6);
|
||||
map.placeObjects();
|
||||
Display.printMap(map.addEdges());
|
||||
Display.printMapName(grid);
|
||||
|
||||
// new Terminal(map, personnages).run();
|
||||
new Terminal(map, personnages).run();
|
||||
}
|
||||
// lancer en ligne
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user