Spielautomaten

Slot Machine

+{{ slotResult().amount | currency: 'EUR' }}
{{ slotResult().status === 'win' ? 'Gewonnen!' : slotResult().status === 'lose' ? 'Verloren' : 'Bereit' }}
@for (row of slotResult().resultMatrix; track $index) { @for (cell of row; track $index) {
{{ cell }}
} }

Spiel Informationen

Kontostand:
Einsatz:

Auszahlungen:

@if (slotInfo(); as info) {
    @for (item of info | keyvalue; track item.key) {
  • {{ item.key }}
    {{ item.value }}x
  • }
} @else {
}

Spielregeln:

  • • Gewinne mit 3 gleichen Symbolen
  • • Höhere Symbole = höhere Gewinne