Files
pacman.js/main.js
2019-06-11 18:46:14 +02:00

2 lines
43 B
JavaScript

const game = new Game(16, 8);
game.start();