mirror of
https://github.com/Cpt-Adok/SNAKE.git
synced 2026-01-25 14:34:07 +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")
|
new Player(new int[] {grid[0].length - 1, grid.length - 1}, "Luke Skywalker")
|
||||||
};
|
};
|
||||||
|
|
||||||
map.addObjects(Item.WALL, 19, 7);
|
new Terminal(map, personnages).run();
|
||||||
map.addObjects(Item.WALL, 19, 6);
|
|
||||||
map.placeObjects();
|
|
||||||
Display.printMap(map.addEdges());
|
|
||||||
Display.printMapName(grid);
|
|
||||||
|
|
||||||
// new Terminal(map, personnages).run();
|
|
||||||
}
|
}
|
||||||
// lancer en ligne
|
// lancer en ligne
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user