Jump to content

Maze solving: Difference between revisions

m
(Added Kotlin)
Line 3,223:
=={{header|Phix}}==
Combined generator and solver.
<lang Phix>constant-- w = 11, h = 8demo\rosetta\Maze_solving.exw
constant w = 11, h = 8
 
sequence wall = join(repeat("+",w+1),"---")&"\n",
7,820

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.