feat: add stand and get game features to blackjack game with animations #105

Merged
jleibl merged 22 commits from task/CAS-50/add_rest_blackjack_logic_with_frontend_animations into main 2025-04-02 08:28:43 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ba854be5db - Show all commits

View file

@ -96,5 +96,5 @@ export class GameControlsComponent {
protected readonly GameState = GameState; protected readonly GameState = GameState;
constructor(protected gameControlsService: GameControlsService) { } constructor(protected gameControlsService: GameControlsService) {}
} }

View file

@ -23,7 +23,7 @@ export class ConfirmationComponent implements AfterViewInit, OnDestroy {
@ViewChild('modalBg') modalBg!: ElementRef; @ViewChild('modalBg') modalBg!: ElementRef;
@ViewChild('modalCard') modalCard!: ElementRef; @ViewChild('modalCard') modalCard!: ElementRef;
constructor(private modalAnimationService: ModalAnimationService) { } constructor(private modalAnimationService: ModalAnimationService) {}
ngAfterViewInit() { ngAfterViewInit() {
if (this.successful) { if (this.successful) {