2 lines
43 B
JavaScript
2 lines
43 B
JavaScript
const game = new Game(16, 8);
|
|
game.start(); |
const game = new Game(16, 8);
|
|
game.start(); |