注释首字母大写

This commit is contained in:
MrZ_26
2020-07-31 00:35:43 +08:00
parent cef926707a
commit 330396b736
24 changed files with 119 additions and 107 deletions

View File

@@ -11,13 +11,14 @@ return{
local height=freeRow.get(0)
local max=#P.field
if max>0 then
--Get heights
for x=1,10 do
local h=max
while P.field[h][x]==0 and h>1 do
h=h-1
end
height[x]=h
end--get heights
end
else
for x=1,10 do
height[x]=0
@@ -42,8 +43,8 @@ return{
goto END
end
--give I when no hole
d=-999--height difference
--Give I when no hole
d=-999--Height difference
--A=hole mark
for x=2,11 do
local _=height[x]-height[x-1]
@@ -59,7 +60,7 @@ return{
res[A+2]=7
end
--give O when no d=0/give T when no d=1
--Give O when no d=0/give T when no d=1
d=0--d=0 count
A=0--d=1 count
for x=2,10 do