some changes, idr, hehe sorry
This commit is contained in:
parent
c668dc513b
commit
b553d3f664
5 changed files with 116 additions and 48 deletions
|
|
@ -11,4 +11,9 @@ function printMatrix(matrix)
|
|||
end
|
||||
io.write("\n")
|
||||
end
|
||||
end
|
||||
|
||||
function randomPosition()
|
||||
print("hfhfhhdh")
|
||||
return math.random(1, gridWidth), math.random(1, gridHeight)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue