This commit is contained in:
Julian Brammer 2024-06-21 00:45:21 +02:00
parent fcc88df8d1
commit 3543e8f09a

View File

@ -11,7 +11,7 @@ write("r (S=0,W=1,N=2,E=3):")
r = read()
print("start x: " .. x .. " y: " .. y .. " z: " .. z .. " r: " .. r)
for i=1,8 do
for i=1,20 do
rand = math.random(1,4)
if rand == 1 then