Function to generate a GUI (Windows forms) to build and solve random mazes
programming exercises\GenerateSolveMaze.ps1
GenerateSolveMaze [[-YDimension] <Int32>] [[-XDimension] <Int32>] [[-CellSize] <Int32>]
Just a fun programming excercise
GenerateSolveMaze
Number of rows of the maze. Defaults to 12
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: 12
Accept pipeline input: False
Accept wildcard characters: FalseNumber of columns of the maze. Defaults to 15
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: 15
Accept pipeline input: False
Accept wildcard characters: FalseCellsize of the start and end cells of the maze. Defaults to 30.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 30
Accept pipeline input: False
Accept wildcard characters: False