Morpion solitaire/Unicon: Difference between revisions

m
→‎Core Morpion Routines: fix comment re 5T/D
(→‎Multigame: note &alloc bug)
m (→‎Core Morpion Routines: fix comment re 5T/D)
Line 109:
end
 
procedure ScanGridLine(G,r0,c0,ri,ci,dir,pool) #: scan 1 grid line (5T/D)
local L5,M,r,c,x
L5 := []
Line 127:
end
procedure ValidMove5T(L,dir) #: Succeed if L has valid dir5T move
local i,j
if *L ~= 5 then fail # wrong count
Line 213:
 
procedure Scorefail(MG);end #: dummy always fails</lang>
 
== Strategy Support ==
<lang Unicon># Not yet complete </lang>
Anonymous user