Skip to content

Instantly share code, notes, and snippets.

@Scrivener07
Created October 6, 2017 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Scrivener07/a77fa55bdf607bac1ada458171b019ce to your computer and use it in GitHub Desktop.
Save Scrivener07/a77fa55bdf607bac1ada458171b019ce to your computer and use it in GitHub Desktop.
These are the voice lines a dealer may say when some occurings during a blackjack game.

Phases

Starting

  • Welcome, blackjack pays 3 to 2.

Wagering

  • #SEAT# wagers a bet of #AMOUNT#.

Dealing

  • #CARDNAME#..

Playing

  • Standing with 21.
  • Score of #SCORE# is a bust.
  • #CARDNAME#..
  • Standing with #SCORE#.

Scoring

  • #SEAT# score of #SCORE# is a bust, paying #AMOUNT#.
  • House busted with #SCORE#, paying #AMOUNT#.
  • Score of #SCORE# beats dealers #SCORE#, paying #AMOUNT#.
  • Score of #SCORE# loses to dealers #SCORE#, paying #AMOUNT#.
  • Score of #SCORE# pushes dealers #SCORE#, paying #AMOUNT#.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment