Maze generation: Difference between revisions

(→‎{{header|PHP}}: Fixed typos)
Line 5,028:
{
protected $width;
protected $heigthheight;
protected $grid;
protected $path;
Line 5,140:
/**
* InitialzieInitialize an empty grid of $width * $height dimensions
*/
private function initMaze()
Anonymous user