Description Usage Arguments Details Author(s) See Also Examples
This function generates an Elithorn Maze
1 2 3 |
rank |
This is the Rank of the maze. |
satPercent |
The saturation of the number of black dots created for a given grid. Range between 0-1. |
seed |
To make sure that the randomness of the created black dots is captured and not repeated. |
grid |
is the grid of the maze |
wd |
is the working directory to save the HTML source code in. If not given, the file will be saved in the default working directory. |
background |
The background colour of the page. |
boxBackground |
The background colour of the box. |
fontColour |
The font colour of the instructions. |
Timer |
If True, a time limit of 1 mintues and 30 seconds is given per question. |
concerto |
The code varies between concerto version "C4" and "C5". |
This function creates a maze and is saved into your working directory. A grid object needs to be called out first before runing the maze function. The grid object needs to be the same as the rank given.
Aiden Loe
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.