Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Blackjack
0.1.2
Level/Play/Play.ps1
if
(
-not
$game
.
HandDealt
)
{
$game
.
Deal
(
)
$game
|
Add-Member
NoteProperty
HandDealt
$true
-Force
}
$Host
.
UI
.
RawUI
.
WindowTitle
=
"Blackjack - Player Bank : $('{0:C}' -f $game.Bank)"