some changes, idr, hehe sorry

This commit is contained in:
0x81c 2015-03-15 05:26:47 -04:00
parent c668dc513b
commit b553d3f664
5 changed files with 116 additions and 48 deletions

View file

@ -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