cleaner styling, display start game prompt

This commit is contained in:
Alec
2021-11-16 22:42:44 -05:00
parent d9ae7db7b9
commit b6edc941fc
19 changed files with 320 additions and 52 deletions

View File

@@ -6,6 +6,7 @@ class Game {
this.deck = deck;
this.hasTimer = hasTimer;
this.timerParams = timerParams;
this.isFull = false;
}
}