Difference between revisions of "Component: Maze Generator (HP458) (Scenarios)"

From Flowcode Help
Jump to navigationJump to search
(Replaced content with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:...")
Tag: Replaced
Line 16: Line 16:
  
 
==Detailed description==
 
==Detailed description==
 +
 +
  
  
Line 24: Line 26:
  
 
==Examples==
 
==Examples==
 +
 +
  
  

Revision as of 13:34, 17 November 2021

Author Matrix Ltd
Version 1.0
Category Scenarios


Maze Generator component

Creates a simulation only randomised maze out of standard micromouse maze walls and pillars. Compatible with the Formula Flowcode robot.

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

Fc9-comp-macro.png GenerateMaze
Clears the current maze and generates a new maze over the top. Automatically called when the size of the maze is altered. 
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties
Fc9-type-16-icon.png Maze Generation
Specifies how the maze is generated. Manual - All walls are shown, clicking on a wall will remove it while the switch remains active. Random - A random maze is generated 
Fc9-type-7-icon.png Contained
Decides if the maze is contained or if there are openings to allow the robot to escape the maze for obstacle course type simulations. No - Creates two holes in the side walls of the maze to match the longest path possible through the maze Yes - The maze is self contained  
Fc9-type-14-icon.png Width (Walls)
The number of micromouse walls wide the maze should be 
Fc9-type-14-icon.png Length (Walls)
The number of micromouse walls long the maze should be 
Fc9-type-14-icon.png Cell Count
The total number of individual cells the maze will have 
Fc9-conn-icon.png Connections
Fc9-conn-icon.png Simulations