You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split+ =function()
if #pos==0 then ins(pos,rnd(4))
elseif #pos==1 then
local r
r=rnd(3)
if r>=pos[#pos] then r=r+1 end
ins(pos,r)
elseif pos[1]>pos[2] and #pos%2==1 or pos[1]<pos[2] and #pos%2==0 then ins(pos,rnd(pos[#pos])
else ins(pos,rnd(pos[#pos],4)
end
idk how to make pull request
The text was updated successfully, but these errors were encountered:
Split+ =function()
if #pos==0 then ins(pos,rnd(4))
elseif #pos==1 then
local r
r=rnd(3)
if r>=pos[#pos] then r=r+1 end
ins(pos,r)
elseif pos[1]>pos[2] and #pos%2==1 or pos[1]<pos[2] and #pos%2==0 then ins(pos,rnd(pos[#pos])
else ins(pos,rnd(pos[#pos],4)
end
idk how to make pull request
The text was updated successfully, but these errors were encountered: