Morpion solitaire/Unicon: Difference between revisions

Content added Content deleted
(overall and code clean up)
Line 624: Line 624:
c ||:= \l || "\n"
c ||:= \l || "\n"
return c || "#"
return c || "#"
end
end</lang>


== Detailed Move Logging ==
== Detailed Move Logging (for analysis) ==
<lang Unicon>procedure PrintDetails(MG) #: print the log
<lang Unicon>procedure PrintDetails(MG) #: print the log
fprintf(M_Output,"Detailed Move Log\n")
fprintf(M_Output,"Detailed Move Log\n")