mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-29 19:33:20 +01:00
Update play-pong.ps1
This commit is contained in:
parent
5b2a69b336
commit
a217faecee
@ -34,7 +34,7 @@ function DrawPaddle($y, $isLeft) {
|
||||
}
|
||||
for ($i = 0; $i -lt 5; $i++) {
|
||||
[System.Console]::SetCursorPosition($x, $y + $i)
|
||||
[System.Console]::Write("│")
|
||||
[System.Console]::Write("▌")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user