initial commit

This commit is contained in:
KingOfDog
2019-06-11 18:46:14 +02:00
committed by KingOfDog
commit 35bc54eaac
13 changed files with 875 additions and 0 deletions

2
main.js Normal file
View File

@@ -0,0 +1,2 @@
const game = new Game(16, 8);
game.start();