Talk:Marching squares: Difference between revisions

probably should show the other starting bitmap here, since the task page might change significantly in the future
(Oops -- use East is right, West is left convention)
(probably should show the other starting bitmap here, since the task page might change significantly in the future)
Line 25:
This transformation lacks symmetry which makes it suspect. But currently there's nothing in the task description to help us understand this issue.
 
In contrast, the Wren and Phix solutions identifystart afrom paththis with length 11 of 10 coordinates which would probably correspond to these positions:bitmap
 
<pre>0 0 0 0 0
0 0 0 0 0
0 0 1 1 0
0 0 1 1 0
0 0 0 1 0
0 0 0 0 0</pre>
 
and identify a path with length 11 composed of 10 unique coordinates which would probably correspond to these positions:
 
<pre>0 0 0 0 0
6,962

edits