< Back

New-PSConfTris

Sun Jan 19, 2020 6:28 pm

NAME New-PSConfTris



SYNOPSIS

A game for the Powershell console based on a classic





SYNTAX

New-PSConfTris [[-width] <Int32>] [[-height] <Int32>] [[-PsconfRegion] <String>] [[-delay] <Int32>]

[<CommonParameters>]





DESCRIPTION

This module demonstrates what is possible with the PowerShell console.

Fixed positions for screen output etc. Everything is programmed very rudimentarily

and certainly not in a good style. But it was in about 12 hours

so far that it worked





PARAMETERS

-width <Int32>

minimum 9 chars - width of the playfields



Required? false

Position? 1

Default value 9

Accept pipeline input? false

Accept wildcard characters? false



-height <Int32>

minimum 19 chars - height of the playfields



Required? false

Position? 2

Default value 19

Accept pipeline input? false

Accept wildcard characters? false



-PsconfRegion <String>

Countdown for "Asis", "Europe" od "all"



Required? false

Position? 3

Default value all

Accept pipeline input? false

Accept wildcard characters? false



-delay <Int32>

default delay per Frame = 150ms



Required? false

Position? 4

Default value 110

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>New-PSConfTris



New-PSConfTris -width 11 -height 21

New-PSConfTris -width 9 -height 19 -PsconfRegion Asia

New-PSConfTris -PsconfRegion All











RELATED LINKS

www.andreasnick.com

www.software-virtualisierung.de