mirror of
https://github.com/guezoloic/L3-racing-game.git
synced 2026-03-31 04:11:33 +00:00
feat: fusion Circuit et CircuitCell
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
public class Main {
|
||||
public static void main(String[] args) throws InterruptedException {
|
||||
Map m = Map.fromChars(new Character[][] {
|
||||
{'3', '#', '2'},
|
||||
{'#', ' ', 'S'},
|
||||
{'9', '#', 'F'},
|
||||
});
|
||||
// Map m = Map.fromChars(new Character[][] {
|
||||
// {'3', '#', '2'},
|
||||
// {'#', ' ', 'S'},
|
||||
// {'9', '#', 'F'},
|
||||
// });
|
||||
|
||||
Game game = new Game.Builder()
|
||||
.setMap(m)
|
||||
.defaultMap()
|
||||
.setPlayers(3)
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user